38 #ifndef vtkGenericDataSetTessellator_h 
   39 #define vtkGenericDataSetTessellator_h 
   63   vtkSetMacro(KeepCellIds, 
int);
 
   64   vtkGetMacro(KeepCellIds, 
int);
 
   65   vtkBooleanMacro(KeepCellIds, 
int);
 
   73   vtkSetMacro(Merging,
int);
 
   74   vtkGetMacro(Merging,
int);
 
   75   vtkBooleanMacro(Merging,
int);
 
   86   void CreateDefaultLocator();
 
vtkPointData * InternalPD
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate point attribute data 
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion. 
#define VTKFILTERSGENERIC_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual unsigned long GetMTime()
a simple class to control print indentation 
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output. 
tessellates generic, higher-order datasets into linear cells 
vtkIncrementalPointLocator * Locator