예제 #1
0
파일: c3DWorld.cs 프로젝트: cyrenaique/HCS
 private bool IsThisObjectInsideTheOther(cInteractive3DObject Content, cBiological3DVolume Container)
 {
     return Container.IsPointInside(Content.GetCentroid());
 }
예제 #2
0
 public cInformation(vtkAlgorithmOutput ContourObject, cBiological3DVolume CurrentBiologicalObject, vtkHull hullFilter)
 {
     this.ContourObject = ContourObject;
     this.CurrentBiologicalObject = CurrentBiologicalObject;
     this.hullFilter = hullFilter;
 }