96 #ifndef __vtkDelaunay3D_h
97 #define __vtkDelaunay3D_h
124 vtkGetMacro(Alpha,
double);
131 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
132 vtkGetMacro(Tolerance,
double);
139 vtkGetMacro(Offset,
double);
147 vtkSetMacro(BoundingTriangulation,
int);
148 vtkGetMacro(BoundingTriangulation,
int);
149 vtkBooleanMacro(BoundingTriangulation,
int);
161 void CreateDefaultLocator();
196 void EndPointInsertion();
217 int InSphere(
double x[3],
vtkIdType tetraId);