88 #ifndef vtkDelaunay3D_h
89 #define vtkDelaunay3D_h
91 #include "vtkFiltersCoreModule.h"
94 VTK_ABI_NAMESPACE_BEGIN
125 vtkGetMacro(Alpha,
double);
170 vtkSetClampMacro(Tolerance,
double, 0.0, 1.0);
171 vtkGetMacro(Tolerance,
double);
180 vtkGetMacro(Offset,
double);
192 vtkBooleanMacro(BoundingTriangulation,
vtkTypeBool);
208 void CreateDefaultLocator();
244 void EndPointInsertion();
257 vtkSetMacro(OutputPointsPrecision,
int);
258 vtkGetMacro(OutputPointsPrecision,
int);
281 int InSphere(
double x[3],
vtkIdType tetraId);
304 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
quickly locate points in 3-space
vtkTypeUInt32 vtkMTimeType
vtkTypeBool BoundingTriangulation
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
int NumberOfDuplicatePoints
int OutputPointsPrecision
concrete class for storing a set of points
create 3D Delaunay triangulation of input points
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
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.
vtkTetraArray * TetraArray
represent and manipulate 3D points