13 #ifndef mitkNodePredicateNot_h
14 #define mitkNodePredicateNot_h
Class for nodes of the DataTree.
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
Base class for all predicates that can have child predicates (e.g. AND/OR)
Composite predicate that negates its child predicate Changed: NodePredicateNot now derives from NodeP...
~NodePredicateNot() override
Standard Destructor.
mitkClassMacro(NodePredicateNot, NodePredicateCompositeBase)
void AddPredicate(const mitk::NodePredicateBase *p) override
Reimplemented, only one child predicate is allowed for the NOT predicate.
NodePredicateNot(const mitk::NodePredicateBase *p)
Constructor.
mitkNewMacro1Param(NodePredicateNot, const mitk::NodePredicateBase *)
bool CheckNode(const mitk::DataNode *node) const override
Checks, if the node does not fulfill the child predicate condition.
Find image slices visible on a given plane.