94 #ifndef vtkDelaunay3D_h 95 #define vtkDelaunay3D_h 97 #include "vtkFiltersCoreModule.h" 130 vtkGetMacro(Alpha,
double);
138 vtkGetMacro(AlphaTets,
int);
147 vtkGetMacro(AlphaTris,
int);
156 vtkGetMacro(AlphaLines,
int);
165 vtkGetMacro(AlphaVerts,
int);
175 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
176 vtkGetMacro(Tolerance,
double);
185 vtkGetMacro(Offset,
double);
196 vtkGetMacro(BoundingTriangulation,
int);
213 void CreateDefaultLocator();
249 void EndPointInsertion();
263 vtkGetMacro(OutputPointsPrecision,
int);
268 ~vtkDelaunay3D() VTK_OVERRIDE;
278 int BoundingTriangulation;
280 int OutputPointsPrecision;
284 vtkTetraArray *TetraArray;
287 int InSphere(
double x[3],
vtkIdType tetraId);
291 int NumberOfDuplicatePoints;
292 int NumberOfDegeneracies;
301 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
308 vtkDelaunay3D(const vtkDelaunay3D&) VTK_DELETE_FUNCTION;
309 void operator=(const vtkDelaunay3D&) VTK_DELETE_FUNCTION;
quickly locate points in 3-space
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
abstract class for specifying dataset behavior
create 3D Delaunay triangulation of input points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points