25 #ifndef vtkDataSetTriangleFilter_h
26 #define vtkDataSetTriangleFilter_h
28 #include "vtkFiltersGeneralModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
triangulate any type of dataset
void UnstructuredExecute(vtkDataSet *, vtkUnstructuredGrid *)
vtkDataSetTriangleFilter()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataSetTriangleFilter * New()
void StructuredExecute(vtkDataSet *, vtkUnstructuredGrid *)
vtkOrderedTriangulator * Triangulator
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkDataSetTriangleFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTypeBool TetrahedraOnly
abstract class to specify dataset behavior
a simple class to control print indentation
helper class to generate triangulations
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types