39 #ifndef vtkGenericDataSetTessellator_h 
   40 #define vtkGenericDataSetTessellator_h 
   42 #include "vtkFiltersGenericModule.h"  
   69   vtkGetMacro(KeepCellIds, 
int);
 
   81   vtkGetMacro(Merging,
int);
 
   97   void CreateDefaultLocator();
 
vtkPointData * InternalPD
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
represent and manipulate point attribute data 
 
static vtkUnstructuredGridAlgorithm * New()
 
Abstract class in support of both point location and point insertion. 
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm. 
 
vtkTypeUInt64 vtkMTimeType
 
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. 
 
vtkIncrementalPointLocator * Locator