39 #ifndef __vtkDataSetTriangleFilter_h
40 #define __vtkDataSetTriangleFilter_h
56 vtkSetMacro(TetrahedraOnly,
int);
57 vtkGetMacro(TetrahedraOnly,
int);
58 vtkBooleanMacro(TetrahedraOnly,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkOrderedTriangulator * Triangulator
abstract class to specify dataset behavior
static vtkUnstructuredGridAlgorithm * New()
helper class to generate triangulations
virtual int FillInputPortInformation(int port, vtkInformation *info)
triangulate any type of dataset
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.