28 #ifndef vtkHyperOctreePointsGrabber_h 
   29 #define vtkHyperOctreePointsGrabber_h 
   46   virtual void SetDimension(
int dim)=0;
 
   53   virtual void InitPointInsertion()=0;
 
   68   virtual void InsertPointWithMerge(
vtkIdType ptId,
 
   76   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 
 
#define VTKCOMMONDATAMODEL_EXPORT