38 #ifndef __vtkGenericDataSetTessellator_h
39 #define __vtkGenericDataSetTessellator_h
41 #include "vtkFiltersGenericModule.h"
55 void PrintSelf(ostream& os, vtkIndent indent);
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();
89 unsigned long GetMTime();
95 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkPointData * InternalPD
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
virtual int FillInputPortInformation(int port, vtkInformation *info)
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