29#ifndef vtkHyperOctreePointsGrabber_h
30#define vtkHyperOctreePointsGrabber_h
32#include "vtkCommonDataModelModule.h"
An object used by filters to store points computed on face or edge of an hyperoctant.
virtual void InsertPoint(vtkIdType ptId, double pt[3], double pcoords[3], int ijk[3])=0
Insert a point, assuming the point is unique and does not require a locator.
virtual void SetDimension(int dim)=0
Set the dimension of the hyperoctree.
~vtkHyperOctreePointsGrabber() override
vtkHyperOctreePointsGrabber()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void InsertPoint2D(double pt[3], int ijk[3])=0
Insert a point in the quadtree case.
int GetDimension()
Return the dimension of the hyperoctree.
virtual void InitPointInsertion()=0
Initialize the points insertion scheme.
virtual void InsertPointWithMerge(vtkIdType ptId, double pt[3], double pcoords[3], int ijk[3])=0
Insert a point using a locator.
a simple class to control print indentation
abstract base class for most VTK objects