96 #ifndef __vtkDelaunay3D_h
97 #define __vtkDelaunay3D_h
99 #include "vtkFiltersCoreModule.h"
125 vtkGetMacro(Alpha,
double);
132 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
133 vtkGetMacro(Tolerance,
double);
140 vtkGetMacro(Offset,
double);
148 vtkSetMacro(BoundingTriangulation,
int);
149 vtkGetMacro(BoundingTriangulation,
int);
150 vtkBooleanMacro(BoundingTriangulation,
int);
162 void CreateDefaultLocator();
197 void EndPointInsertion();
218 int InSphere(
double x[3],
vtkIdType tetraId);