29 #ifndef __vtkCoincidentPoints_h
30 #define __vtkCoincidentPoints_h
32 #include "vtkFiltersGeneralModule.h"
33 #include "vtkObject.h"
43 virtual void PrintSelf( ostream& os, vtkIndent indent );
50 void AddPoint(vtkIdType Id,
const double point[3]);
55 vtkIdList * GetCoincidentPointIds(
const double point[3]);
59 vtkIdList * GetNextCoincidentPointIds();
66 void RemoveNonCoincidentPoints();
80 static void SpiralPoints(vtkIdType num, vtkPoints * offsets);
91 implementation* Implementation;
93 friend class implementation;
97 #endif // __vtkCoincidentPoints_h
contains an octree of labels
implementation * GetImplementation()