Пример #1
0
 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;
 }