39 #ifndef vtkDataSetTriangleFilter_h
40 #define vtkDataSetTriangleFilter_h
57 vtkSetMacro(TetrahedraOnly,
int);
58 vtkGetMacro(TetrahedraOnly,
int);
59 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)
#define VTKFILTERSGENERAL_EXPORT
Superclass for algorithms that produce only unstructured grid as output.