#include <mitkIDataStorageReference.h>


Public Member Functions | |
| berryInterfaceMacro (IDataStorageReference, mitk) | |
| virtual DataStorage::Pointer | GetDataStorage () const =0 |
| virtual bool | IsDefault () const =0 |
| virtual std::string | GetLabel () const =0 |
| virtual void | SetLabel (const std::string &label)=0 |
| virtual bool | operator== (const IDataStorageReference *o) const =0 |
Definition at line 31 of file mitkIDataStorageReference.h.
| mitk::IDataStorageReference::berryInterfaceMacro | ( | IDataStorageReference | , |
| mitk | |||
| ) |
| virtual DataStorage::Pointer mitk::IDataStorageReference::GetDataStorage | ( | ) | const [pure virtual] |
Implemented in mitk::DataStorageReference.
| virtual std::string mitk::IDataStorageReference::GetLabel | ( | ) | const [pure virtual] |
Implemented in mitk::DataStorageReference.
| virtual bool mitk::IDataStorageReference::IsDefault | ( | ) | const [pure virtual] |
Implemented in mitk::DataStorageReference.
| virtual bool mitk::IDataStorageReference::operator== | ( | const IDataStorageReference * | o ) | const [pure virtual] |
Implemented in mitk::DataStorageReference.
| virtual void mitk::IDataStorageReference::SetLabel | ( | const std::string & | label ) | [pure virtual] |
Implemented in mitk::DataStorageReference.
1.7.2