 |
VTK
9.0.20210417
|
Go to the documentation of this file.
34 #ifndef vtkDataSetTriangleFilter_h
35 #define vtkDataSetTriangleFilter_h
37 #include "vtkFiltersGeneralModule.h"
vtkOrderedTriangulator * Triangulator
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.
triangulate any type of dataset
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void UnstructuredExecute(vtkDataSet *, vtkUnstructuredGrid *)
helper class to generate triangulations
vtkDataSetTriangleFilter()
a simple class to control print indentation
~vtkDataSetTriangleFilter() override
abstract class to specify dataset behavior
vtkTypeBool TetrahedraOnly
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
void StructuredExecute(vtkDataSet *, vtkUnstructuredGrid *)
static vtkDataSetTriangleFilter * New()