100 #ifndef vtkDelaunay3D_h
101 #define vtkDelaunay3D_h
103 #include "vtkFiltersCoreModule.h"
136 vtkGetMacro(Alpha,
double);
144 vtkGetMacro(AlphaTets,
int);
153 vtkGetMacro(AlphaTris,
int);
162 vtkGetMacro(AlphaLines,
int);
171 vtkGetMacro(AlphaVerts,
int);
181 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
182 vtkGetMacro(Tolerance,
double);
191 vtkGetMacro(Offset,
double);
202 vtkGetMacro(BoundingTriangulation,
int);
219 void CreateDefaultLocator();
255 void EndPointInsertion();
269 vtkGetMacro(OutputPointsPrecision,
int);
274 ~vtkDelaunay3D() VTK_OVERRIDE;
284 int BoundingTriangulation;
286 int OutputPointsPrecision;
290 vtkTetraArray *TetraArray;
293 int InSphere(
double x[3],
vtkIdType tetraId);
297 int NumberOfDuplicatePoints;
298 int NumberOfDegeneracies;
307 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
314 vtkDelaunay3D(const vtkDelaunay3D&) VTK_DELETE_FUNCTION;
315 void operator=(const vtkDelaunay3D&) VTK_DELETE_FUNCTION;
quickly locate points in 3-space
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
vtkTypeUInt64 vtkMTimeType
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