13 #ifndef mitkPropertyFilters_h
14 #define mitkPropertyFilters_h
29 const std::map<std::string, BaseProperty::Pointer> &propertyMap,
const std::string &className)
const override;
31 bool HasFilter(
const std::string &className)
const override;
39 std::map<std::string, PropertyFilter> m_Filters;
Interface of property filters service.
Consists of blacklist and whitelist entries.
bool AddFilter(const PropertyFilter &filter, const std::string &className, bool overwrite) override
Add a property filter.
bool HasFilter(const std::string &className) const override
Check if a specific data node class name has a property filter.
PropertyFilter GetFilter(const std::string &className) const override
Get the current property filter.
void RemoveFilter(const std::string &className) override
Remove property filter for a specific data node class name.
std::map< std::string, BaseProperty::Pointer > ApplyFilter(const std::map< std::string, BaseProperty::Pointer > &propertyMap, const std::string &className) const override
Apply property filter to property list.
void RemoveAllFilters() override
Remove all property filters.
~PropertyFilters() override
Find image slices visible on a given plane.