33 #ifndef __vtkSelection_h
34 #define __vtkSelection_h
36 #include "vtkCommonDataModelModule.h"
37 #include "vtkDataObject.h"
41 struct vtkSelectionInternals;
48 void PrintSelf(ostream& os,
vtkIndent indent);
52 virtual void Initialize();
59 unsigned int GetNumberOfNodes();
70 virtual void RemoveNode(
unsigned int idx);
72 virtual void RemoveAllNodes();
101 unsigned long GetMTime();
107 virtual void Dump(ostream& os);
126 vtkSelectionInternals* Internal;
A node in a selection tree. Used to store selection results.
A node in a selection tree. Used to store selection results.
a simple class to control print indentation
virtual int GetDataObjectType()
helper class to get VTK data object types as string and instantiate them