17 #ifndef mitkIPropertyExtensions_h
18 #define mitkIPropertyExtensions_h
49 virtual bool AddExtension(
const std::string &propertyName,
51 const std::string &className =
"",
52 bool overwrite =
false) = 0;
61 const std::string &className =
"") = 0;
69 virtual bool HasExtension(
const std::string &propertyName,
const std::string &className =
"") = 0;
75 virtual void RemoveAllExtensions(
const std::string &className =
"") = 0;
82 virtual void RemoveExtension(
const std::string &propertyName,
const std::string &className =
"") = 0;
DataCollection - Class to facilitate loading/accessing structured data.
Interface of property extensions service.
MITK_DECLARE_SERVICE_INTERFACE(mitk::ISimulationService,"org.mitk.ISimulationService")