17 #ifndef mitkPropertyFilters_h
18 #define mitkPropertyFilters_h
32 std::map<std::string, BaseProperty::Pointer>
ApplyFilter(
33 const std::map<std::string, BaseProperty::Pointer> &propertyMap,
const std::string &className)
const override;
35 bool HasFilter(
const std::string &className)
const override;
37 void RemoveFilter(
const std::string &className)
override;
43 std::map<std::string, PropertyFilter> m_Filters;
PropertyFilter GetFilter(const std::string &className) const override
Get the current property filter.
DataCollection - Class to facilitate loading/accessing structured data.
void RemoveAllFilters() override
Remove all property filters.
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.
bool HasFilter(const std::string &className) const override
Check if a specific data node class name has a property filter.
bool AddFilter(const PropertyFilter &filter, const std::string &className, bool overwrite) override
Add a property filter.
Interface of property filters service.
void RemoveFilter(const std::string &className) override
Remove property filter for a specific data node class name.
Consists of blacklist and whitelist entries.