Go to the documentation of this file.
25 #ifndef vtkHyperOctreeClipCutPointsGrabber_h
26 #define vtkHyperOctreeClipCutPointsGrabber_h
28 #include "vtkFiltersHyperTreeModule.h"
31 class vtkHyperOctreeIdSet;
virtual void InsertPoint(vtkIdType ptId, double pt[3], double pcoords[3], int ijk[3])
Insert a point, assuming the point is unique and does not require a locator.
virtual void InitPointInsertion()
Initialize the points insertion scheme.
a cell that represents an n-sided polygon
static vtkHyperOctreeClipCutPointsGrabber * New()
virtual void InsertPoint2D(double pt[3], int ijk[3])
Insert a point in the quadtree case.
vtkPolygon * GetPolygon()
Return the polygon.
An object used by filters to store points computed on face or edge of an hyperoctant.
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
helper class to generate triangulations
virtual void SetDimension(int dim)
Set the dimension of the hyperoctree.
a simple class to control print indentation
~vtkHyperOctreeClipCutPointsGrabber()
vtkHyperOctreeClipCutPointsGrabber()
vtkOrderedTriangulator * GetTriangulator()
Return the ordered triangulator.
virtual void InsertPointWithMerge(vtkIdType ptId, double pt[3], double pcoords[3], int ijk[3])
Insert a point using a locator.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkHyperOctreeIdSet * IdSet
vtkOrderedTriangulator * Triangulator