|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Composite predicate that negates its child predicate Changed: NodePredicateNot now derives from NodePredicateCompositeBase though it really holds only one subpredicate at any time. But logically any Predicate that has one or more subpredicate is a CompositePredicate. More...
#include <mitkNodePredicateNot.h>


Public Types | |
| typedef NodePredicateNot | Self |
| typedef NodePredicateCompositeBase | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::NodePredicateCompositeBase | |
| typedef NodePredicateCompositeBase | Self |
| typedef NodePredicateBase | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef std::list< NodePredicateBase::ConstPointer > | ChildPredicates |
Public Types inherited from mitk::NodePredicateBase | |
| typedef NodePredicateBase | Self |
| typedef itk::Object | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
| virtual std::vector< std::string > | GetClassHierarchy () const override |
| virtual const char * | GetClassName () const |
| ~NodePredicateNot () override | |
| Standard Destructor. More... | |
| void | AddPredicate (const mitk::NodePredicateBase *p) override |
| Reimplemented, only one child predicate is allowed for the NOT predicate. More... | |
| bool | CheckNode (const mitk::DataNode *node) const override |
| Checks, if the node does not fulfill the child predicate condition. More... | |
Public Member Functions inherited from mitk::NodePredicateCompositeBase | |
| ~NodePredicateCompositeBase () override=0 | |
| Pure virtual (but implemented) Destructor makes NodePredicateCompositeBase an abstract class. More... | |
| virtual void | RemovePredicate (const NodePredicateBase *p) |
| Removes a child predicate. More... | |
| virtual ChildPredicates | GetPredicates () const |
| Return all child predicates (immutable). More... | |
Public Member Functions inherited from mitk::NodePredicateBase | |
| ~NodePredicateBase () override | |
| Standard Destructor. More... | |
Static Public Member Functions | |
| static const char * | GetStaticNameOfClass () |
| static Pointer | New (const mitk::NodePredicateBase *_arg) |
Static Public Member Functions inherited from mitk::NodePredicateCompositeBase | |
| static const char * | GetStaticNameOfClass () |
Static Public Member Functions inherited from mitk::NodePredicateBase | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
| NodePredicateNot (const mitk::NodePredicateBase *p) | |
| Constructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::NodePredicateCompositeBase | |
| ChildPredicates | m_ChildPredicates |
| list of child predicates More... | |
Composite predicate that negates its child predicate Changed: NodePredicateNot now derives from NodePredicateCompositeBase though it really holds only one subpredicate at any time. But logically any Predicate that has one or more subpredicate is a CompositePredicate.
Definition at line 27 of file mitkNodePredicateNot.h.
| typedef itk::SmartPointer<const Self> mitk::NodePredicateNot::ConstPointer |
Definition at line 30 of file mitkNodePredicateNot.h.
Definition at line 30 of file mitkNodePredicateNot.h.
Definition at line 30 of file mitkNodePredicateNot.h.
Definition at line 30 of file mitkNodePredicateNot.h.
|
override |
Standard Destructor.
|
protected |
Constructor.
|
overridevirtual |
Reimplemented, only one child predicate is allowed for the NOT predicate.
Reimplemented from mitk::NodePredicateCompositeBase.
|
overridevirtual |
Checks, if the node does not fulfill the child predicate condition.
Implements mitk::NodePredicateBase.
|
inlineoverridevirtual |
Reimplemented from mitk::NodePredicateCompositeBase.
Definition at line 30 of file mitkNodePredicateNot.h.
|
virtual |
Reimplemented from mitk::NodePredicateCompositeBase.
|
inlinestatic |
Definition at line 30 of file mitkNodePredicateNot.h.
|
inlinestatic |
Definition at line 31 of file mitkNodePredicateNot.h.