Medical Imaging Interaction Toolkit  2016.11.0
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 Types

typedef NodePredicateOr Self
 
typedef NodePredicateCompositeBase Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- Public Types inherited from mitk::NodePredicateCompositeBase
typedef NodePredicateCompositeBase Self
 
typedef NodePredicateBase Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef std::list< NodePredicateBase::ConstPointerChildPredicates
 
- Public Types inherited from mitk::NodePredicateBase
typedef NodePredicateBase Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual std::vector< std::string > GetClassHierarchy () const override
 
virtual const char * GetClassName () const
 
virtual ~NodePredicateOr ()
 Standard Destructor. More...
 
virtual 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
virtual ~NodePredicateCompositeBase ()=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
virtual ~NodePredicateBase ()
 Standard Destructor. More...
 

Static Public Member Functions

static const char * GetStaticNameOfClass ()
 
static Pointer New ()
 
static Pointer New (const NodePredicateBase *_arga, const NodePredicateBase *_argb)
 
- 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

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

Additional Inherited Members

- 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 31 of file mitkNodePredicateOr.h.

Member Typedef Documentation

Constructor & Destructor Documentation

mitk::NodePredicateOr::~NodePredicateOr ( )
virtual

Standard Destructor.

Definition at line 30 of file mitkNodePredicateOr.cpp.

mitk::NodePredicateOr::NodePredicateOr ( )
protected

Constructor.

Definition at line 19 of file mitkNodePredicateOr.cpp.

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

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

Definition at line 23 of file mitkNodePredicateOr.cpp.

References mitk::NodePredicateCompositeBase::AddPredicate().

Member Function Documentation

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

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

Implements mitk::NodePredicateBase.

Definition at line 34 of file mitkNodePredicateOr.cpp.

virtual std::vector<std::string> mitk::NodePredicateOr::GetClassHierarchy ( ) const
inlineoverridevirtual

Reimplemented from mitk::NodePredicateCompositeBase.

Definition at line 34 of file mitkNodePredicateOr.h.

virtual const char* mitk::NodePredicateOr::GetClassName ( ) const
virtual

Reimplemented from mitk::NodePredicateCompositeBase.

static const char* mitk::NodePredicateOr::GetStaticNameOfClass ( )
inlinestatic

Definition at line 34 of file mitkNodePredicateOr.h.

static Pointer mitk::NodePredicateOr::New ( const NodePredicateBase _arga,
const NodePredicateBase _argb 
)
inlinestatic

Definition at line 36 of file mitkNodePredicateOr.h.


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