36 #ifndef vtkGenericDataSetTessellator_h 37 #define vtkGenericDataSetTessellator_h 39 #include "vtkFiltersGenericModule.h" 66 vtkGetMacro(KeepCellIds,
int);
78 vtkGetMacro(Merging,
int);
94 void CreateDefaultLocator();
103 ~vtkGenericDataSetTessellator() VTK_OVERRIDE;
107 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
119 vtkGenericDataSetTessellator(const vtkGenericDataSetTessellator&) VTK_DELETE_FUNCTION;
120 void operator=(const vtkGenericDataSetTessellator&) VTK_DELETE_FUNCTION;
represent and manipulate point attribute data
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
tessellates generic, higher-order datasets into linear cells
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.