13 #ifndef mitkPropertyFilter_h
14 #define mitkPropertyFilter_h
59 std::map<std::string, BaseProperty::Pointer>
Apply(
60 const std::map<std::string, BaseProperty::Pointer> &propertyMap)
const;
Consists of blacklist and whitelist entries.
void RemoveEntry(const std::string &propertyName, List list)
Remove specific entry from property filter.
void RemoveAllEntries(List list)
Remove all entries from property filter.
bool HasEntry(const std::string &propertyName, List list) const
Check if filter has specific entry.
std::map< std::string, BaseProperty::Pointer > Apply(const std::map< std::string, BaseProperty::Pointer > &propertyMap) const
Apply the filter to a property list.
PropertyFilter & operator=(PropertyFilter other)
List
Specifies the type of a filter entry.
PropertyFilter(const PropertyFilter &other)
void AddEntry(const std::string &propertyName, List list)
Add a filter entry for a specific property.
bool IsEmpty() const
Check if filter is empty.
Find image slices visible on a given plane.