13 #ifndef mitkIPropertyOwner_h 14 #define mitkIPropertyOwner_h 39 virtual BaseProperty *GetNonConstProperty(
const std::string &propertyKey,
40 const std::string &contextName =
"",
41 bool fallBackOnDefaultContext =
true) = 0;
57 virtual void SetProperty(
const std::string &propertyKey,
59 const std::string &contextName =
"",
60 bool fallBackOnDefaultContext =
false) = 0;
75 virtual void RemoveProperty(
const std::string &propertyKey,
76 const std::string &contextName =
"",
77 bool fallBackOnDefaultContext =
false) = 0;
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.