29 #ifndef vtkHyperOctreePointsGrabber_h 30 #define vtkHyperOctreePointsGrabber_h 35 #if !defined(VTK_LEGACY_REMOVE) 53 virtual void SetDimension(
int dim)=0;
63 virtual void InitPointInsertion()=0;
71 virtual void InsertPoint(vtkIdType ptId,
79 virtual void InsertPointWithMerge(vtkIdType ptId,
87 virtual void InsertPoint2D(
double pt[3],
101 #endif // LEGACY remove abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
An object used by filters to store points computed on face or edge of an hyperoctant.
a simple class to control print indentation
#define VTKCOMMONDATAMODEL_EXPORT