|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   94 #ifndef vtkDelaunay3D_h 
   95 #define vtkDelaunay3D_h 
   97 #include "vtkFiltersCoreModule.h"  
  130   vtkGetMacro(Alpha, 
double);
 
  175   vtkSetClampMacro(Tolerance, 
double, 0.0, 1.0);
 
  176   vtkGetMacro(Tolerance, 
double);
 
  185   vtkGetMacro(Offset, 
double);
 
  197   vtkBooleanMacro(BoundingTriangulation, 
vtkTypeBool);
 
  213   void CreateDefaultLocator();
 
  249   void EndPointInsertion();
 
  262   vtkSetMacro(OutputPointsPrecision, 
int);
 
  263   vtkGetMacro(OutputPointsPrecision, 
int);
 
  286   int InSphere(
double x[3], 
vtkIdType tetraId);
 
  
represent and manipulate 3D points
quickly locate points in 3-space
vtkTetraArray * TetraArray
int OutputPointsPrecision
vtkIncrementalPointLocator * Locator
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int NumberOfDuplicatePoints
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
list of point or cell ids
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkUnstructuredGridAlgorithm * New()
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.
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
vtkTypeUInt32 vtkMTimeType
vtkTypeBool BoundingTriangulation