28 #ifndef __vtkHyperOctreePointsGrabber_h
29 #define __vtkHyperOctreePointsGrabber_h
45 virtual void SetDimension(
int dim)=0;
52 virtual void InitPointInsertion()=0;
67 virtual void InsertPointWithMerge(
vtkIdType ptId,
75 virtual void InsertPoint2D(
double pt[3],
abstract base class for most VTK objects
An object used by filters to store points computed on face or edge of an hyperoctant. It is an abstract class. vtkClipHyperOctree and vtkHyperOctreeCutter use vtkHyperOctreeClipCutPointsGrabber vtkHyperOctreeContourFilter use an internal one: vtkHyperOctreeContourFilterPointsGrabber.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation