Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPropertyFilters_h
14 #define mitkPropertyFilters_h
28 std::map<std::string, BaseProperty::Pointer>
ApplyFilter(
29 const std::map<std::string, BaseProperty::Pointer> &propertyMap,
const std::string &className)
const override;
31 bool HasFilter(
const std::string &className)
const override;
33 void RemoveFilter(
const std::string &className)
override;
39 std::map<std::string, PropertyFilter> m_Filters;
Interface of property filters service.
void RemoveFilter(const std::string &className) override
Remove property filter for a specific data node class name.
bool HasFilter(const std::string &className) const override
Check if a specific data node class name has a property filter.
void RemoveAllFilters() override
Remove all property filters.
bool AddFilter(const PropertyFilter &filter, const std::string &className, bool overwrite) override
Add a property filter.
~PropertyFilters() override
Consists of blacklist and whitelist entries.
PropertyFilter GetFilter(const std::string &className) const override
Get the current property filter.
Find image slices visible on a given plane.
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.