Go to the documentation of this file.
39 #ifndef vtkGenericDataSetTessellator_h
40 #define vtkGenericDataSetTessellator_h
42 #include "vtkFiltersGenericModule.h"
69 vtkGetMacro(KeepCellIds,
int);
81 vtkGetMacro(Merging,
int);
represent and manipulate point attribute data
static vtkGenericDataSetTessellator * New()
Standard VTK methods.
vtkGenericDataSetTessellator()
void CreateDefaultLocator()
Create default locator.
tessellates generic, higher-order datasets into linear cells
vtkTypeUInt64 vtkMTimeType
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkMTimeType GetMTime()
Return the MTime also considering the locator.
a simple class to control print indentation
vtkPointData * InternalPD
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
~vtkGenericDataSetTessellator()
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
Superclass for algorithms that produce only unstructured grid as output.
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.