24 #ifndef __vtkHyperOctreeClipCutPointsGrabber_h
25 #define __vtkHyperOctreeClipCutPointsGrabber_h
27 #include "vtkFiltersHyperTreeModule.h"
28 #include "vtkHyperOctreePointsGrabber.h"
30 class vtkHyperOctreeIdSet;
32 class vtkOrderedTriangulator;
42 void PrintSelf(ostream& os, vtkIndent indent);
46 virtual void SetDimension(
int dim);
53 virtual void InitPointInsertion();
59 virtual void InsertPoint(vtkIdType ptId,
67 virtual void InsertPointWithMerge(vtkIdType ptId,
75 virtual void InsertPoint2D(
double pt[3],
80 vtkOrderedTriangulator *GetTriangulator();
83 vtkPolygon *GetPolygon();
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
vtkOrderedTriangulator * Triangulator
vtkHyperOctreeIdSet * IdSet