34 #ifndef vtkSelection_h
35 #define vtkSelection_h
37 #include "vtkCommonDataModelModule.h"
41 struct vtkSelectionInternals;
64 unsigned int GetNumberOfNodes();
81 virtual void RemoveNode(
unsigned int idx);
83 virtual void RemoveAllNodes();
134 virtual
void Dump(ostream& os);
146 ~vtkSelection() VTK_OVERRIDE;
149 vtkSelection(const vtkSelection&) VTK_DELETE_FUNCTION;
150 void operator=(const vtkSelection&) VTK_DELETE_FUNCTION;
152 vtkSelectionInternals* Internal;
A node in a selection tree.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataObject * New()
A node in a selection tree.
virtual void Initialize()
Restore data object to initial state,.
vtkTypeUInt64 vtkMTimeType
a simple class to control print indentation
vtkMTimeType GetMTime() override
Data objects are composite objects and need to check each part for MTime.
general representation of visualization data
virtual void DeepCopy(vtkDataObject *src)
Shallow and Deep copy.
virtual void ShallowCopy(vtkDataObject *src)
Shallow and Deep copy.