Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitk::NodePredicateOr Class Reference

Composite predicate that forms a logical OR relation from its child predicates. More...

#include <mitkNodePredicateOr.h>

Inheritance diagram for mitk::NodePredicateOr:
Collaboration diagram for mitk::NodePredicateOr:

Public Member Functions

 mitkClassMacro (NodePredicateOr, NodePredicateCompositeBase)
 
 mitkNewMacro2Param (NodePredicateOr, const NodePredicateBase *, const NodePredicateBase *)
 
 mitkNewMacro3Param (NodePredicateOr, const NodePredicateBase *, const NodePredicateBase *, const NodePredicateBase *)
 
 ~NodePredicateOr () override
 Standard Destructor. More...
 
bool CheckNode (const DataNode *node) const override
 Checks, if the node fulfills any of the subpredicates conditions. More...
 
- Public Member Functions inherited from mitk::NodePredicateCompositeBase
 mitkClassMacro (NodePredicateCompositeBase, NodePredicateBase)
 
 ~NodePredicateCompositeBase () override=0
 Pure virtual (but implemented) Destructor makes NodePredicateCompositeBase an abstract class. More...
 
virtual void AddPredicate (const NodePredicateBase *p)
 Adds a child predicate. 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
 mitkClassMacroItkParent (NodePredicateBase, itk::Object)
 
 ~NodePredicateBase () override
 Standard Destructor. More...
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 NodePredicateOr ()
 Constructor. More...
 
 NodePredicateOr (const NodePredicateBase *p1, const NodePredicateBase *p2)
 Convenience constructor that adds p1 and p2 to list of child predicates. More...
 
 NodePredicateOr (const NodePredicateBase *p1, const NodePredicateBase *p2, const NodePredicateBase *p3)
 Convenience constructor that adds p1, p2 and p3 to list of child predicates. More...
 

Additional Inherited Members

- Public Types inherited from mitk::NodePredicateCompositeBase
typedef std::list< NodePredicateBase::ConstPointer > ChildPredicates
 
- Protected Attributes inherited from mitk::NodePredicateCompositeBase
ChildPredicates m_ChildPredicates
 list of child predicates More...
 

Detailed Description

Composite predicate that forms a logical OR relation from its child predicates.

Definition at line 27 of file mitkNodePredicateOr.h.

Constructor & Destructor Documentation

◆ ~NodePredicateOr()

mitk::NodePredicateOr::~NodePredicateOr ( )
override

Standard Destructor.

◆ NodePredicateOr() [1/3]

mitk::NodePredicateOr::NodePredicateOr ( )
protected

Constructor.

◆ NodePredicateOr() [2/3]

mitk::NodePredicateOr::NodePredicateOr ( const NodePredicateBase p1,
const NodePredicateBase p2 
)
protected

Convenience constructor that adds p1 and p2 to list of child predicates.

◆ NodePredicateOr() [3/3]

mitk::NodePredicateOr::NodePredicateOr ( const NodePredicateBase p1,
const NodePredicateBase p2,
const NodePredicateBase p3 
)
protected

Convenience constructor that adds p1, p2 and p3 to list of child predicates.

Member Function Documentation

◆ CheckNode()

bool mitk::NodePredicateOr::CheckNode ( const DataNode node) const
overridevirtual

Checks, if the node fulfills any of the subpredicates conditions.

Implements mitk::NodePredicateBase.

◆ mitkClassMacro()

mitk::NodePredicateOr::mitkClassMacro ( NodePredicateOr  ,
NodePredicateCompositeBase   
)

◆ mitkNewMacro2Param()

mitk::NodePredicateOr::mitkNewMacro2Param ( NodePredicateOr  ,
const NodePredicateBase ,
const NodePredicateBase  
)

◆ mitkNewMacro3Param()

mitk::NodePredicateOr::mitkNewMacro3Param ( NodePredicateOr  ,
const NodePredicateBase ,
const NodePredicateBase ,
const NodePredicateBase  
)

◆ New()

static Pointer mitk::NodePredicateOr::New ( )
static

The documentation for this class was generated from the following file: