38 #ifndef __vtkGenericDataSetTessellator_h
39 #define __vtkGenericDataSetTessellator_h
41 #include "vtkFiltersGenericModule.h"
42 #include "vtkUnstructuredGridAlgorithm.h"
45 class vtkIncrementalPointLocator;
54 vtkUnstructuredGridAlgorithm);
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);
81 void SetLocator(vtkIncrementalPointLocator *locator);
82 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
86 void CreateDefaultLocator();
89 unsigned long GetMTime();
95 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
97 int FillInputPortInformation(
int, vtkInformation*);
vtkPointData * InternalPD
tessellates generic, higher-order datasets into linear cells
vtkIncrementalPointLocator * Locator