18 #ifndef MITKDATATREENODESELECTION_H_
19 #define MITKDATATREENODESELECTION_H_
43 virtual iterator Begin()
const override;
44 virtual iterator End()
const override;
46 virtual int Size()
const override;
50 std::list<mitk::DataNode::Pointer> GetSelectedDataNodes()
const;
55 bool IsEmpty()
const override;
itk::SmartPointer< Self > Pointer
Light weight base class for most BlueBerry classes.
DataCollection - Class to facilitate loading/accessing structured data.
ContainerType::const_iterator iterator
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
ContainerType::Pointer m_Selection
#define berryObjectMacro(...)
#define MITK_GUI_COMMON_PLUGIN