27 #ifndef __vtkHyperOctreeSurfaceFilter_h
28 #define __vtkHyperOctreeSurfaceFilter_h
30 #include "vtkFiltersHyperTreeModule.h"
34 class vtkDataSetAttributes;
43 void PrintSelf(ostream& os, vtkIndent indent);
49 vtkSetMacro(Merging,
int);
50 vtkGetMacro(Merging,
int);
51 vtkBooleanMacro(Merging,
int);
62 unsigned long GetMTime();
69 vtkSetMacro(PassThroughCellIds,
int);
70 vtkGetMacro(PassThroughCellIds,
int);
71 vtkBooleanMacro(PassThroughCellIds,
int);
78 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
81 void GenerateLines(
double bounds[2],
83 void GenerateQuads(
double bounds[4],
85 void GenerateFaces(
double bounds[6],
90 void CreateDefaultLocator();
105 void RecordOrigCellId(vtkIdType destIndex, vtkIdType originalId);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
vtkDataSetAttributes * InputCD
static vtkPolyDataAlgorithm * New()
vtkIncrementalPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
Extracts outer (polygonal) surface.
vtkHyperOctreeCursor * Cursor
vtkIdTypeArray * OriginalCellIds