30 #ifndef vtkCoincidentPoints_h 31 #define vtkCoincidentPoints_h 53 void AddPoint(vtkIdType Id,
const double point[3]);
76 void RemoveNonCoincidentPoints();
92 static void SpiralPoints(vtkIdType num,
vtkPoints * offsets);
102 implementation* Implementation;
104 friend class implementation;
108 #endif // vtkCoincidentPoints_h contains an octree of labels
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.
implementation * GetImplementation()
a simple class to control print indentation
list of point or cell ids
#define VTKFILTERSGENERAL_EXPORT
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
represent and manipulate 3D points