27 throw std::invalid_argument(
"NodePredicateNot: invalid node");
ChildPredicates m_ChildPredicates
list of child predicates
bool CheckNode(const mitk::DataNode *node) const override
Checks, if the node does not fulfill the child predicate condition.
virtual void AddPredicate(const NodePredicateBase *p)
Adds a child predicate.
void AddPredicate(const mitk::NodePredicateBase *p) override
Reimplemented, only one child predicate is allowed for the NOT predicate.
~NodePredicateNot() override
Standard Destructor.
NodePredicateNot(const mitk::NodePredicateBase *p)
Constructor.
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
Class for nodes of the DataTree.