Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Composite predicate that forms a logical AND relation from its child predicates. More...
#include <mitkNodePredicateAnd.h>
Public Types | |
typedef NodePredicateAnd | 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 |
virtual | ~NodePredicateAnd () |
Standard Destructor. More... | |
virtual bool | CheckNode (const DataNode *node) const override |
Checks, if the node fulfills all 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 Pointer | New (const NodePredicateBase *_arga, const NodePredicateBase *_argb, const NodePredicateBase *_argc) |
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 | |
NodePredicateAnd () | |
Protected constructor, use static instantiation functions instead. More... | |
NodePredicateAnd (const NodePredicateBase *p1, const NodePredicateBase *p2) | |
Convenience constructor that adds p1 and p2 to list of child predicates Protected constructor, use static instantiation functions instead. More... | |
NodePredicateAnd (const NodePredicateBase *p1, const NodePredicateBase *p2, const NodePredicateBase *p3) | |
Convenience constructor that adds p1, p2 and p3 to list of child predicates Protected constructor, use static instantiation functions instead. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::NodePredicateCompositeBase | |
ChildPredicates | m_ChildPredicates |
list of child predicates More... | |
Composite predicate that forms a logical AND relation from its child predicates.
Definition at line 31 of file mitkNodePredicateAnd.h.
typedef itk::SmartPointer<const Self> mitk::NodePredicateAnd::ConstPointer |
Definition at line 34 of file mitkNodePredicateAnd.h.
Definition at line 34 of file mitkNodePredicateAnd.h.
Definition at line 34 of file mitkNodePredicateAnd.h.
Definition at line 34 of file mitkNodePredicateAnd.h.
|
virtual |
Standard Destructor.
Definition at line 40 of file mitkNodePredicateAnd.cpp.
|
protected |
Protected constructor, use static instantiation functions instead.
Definition at line 19 of file mitkNodePredicateAnd.cpp.
|
protected |
Convenience constructor that adds p1 and p2 to list of child predicates Protected constructor, use static instantiation functions instead.
Definition at line 23 of file mitkNodePredicateAnd.cpp.
References mitk::NodePredicateCompositeBase::AddPredicate().
|
protected |
Convenience constructor that adds p1, p2 and p3 to list of child predicates Protected constructor, use static instantiation functions instead.
Definition at line 30 of file mitkNodePredicateAnd.cpp.
References mitk::NodePredicateCompositeBase::AddPredicate().
|
overridevirtual |
Checks, if the node fulfills all of the subpredicates conditions.
Implements mitk::NodePredicateBase.
Definition at line 44 of file mitkNodePredicateAnd.cpp.
|
inlineoverridevirtual |
Reimplemented from mitk::NodePredicateCompositeBase.
Definition at line 34 of file mitkNodePredicateAnd.h.
|
virtual |
Reimplemented from mitk::NodePredicateCompositeBase.
|
inlinestatic |
Definition at line 34 of file mitkNodePredicateAnd.h.
|
static |
Referenced by QmitkMlbstTrainingDataWidget::CreateQtPartControl(), QmitkToolReferenceDataSelectionBox::GetAllPossibleReferenceImagesPredicate(), mitk::LevelWindowManager::GetRelevantNodes(), QmitkNodeDescriptorManager::Initialize(), QmitkSlicesInterpolator::On3DInterpolationActivated(), QmitkMaskStampWidget::QmitkMaskStampWidget(), QmitkSurfaceStampWidget::QmitkSurfaceStampWidget(), QmitkXnatUploadFromDataStorageDialog::QmitkXnatUploadFromDataStorageDialog(), QmitkToFCompositeFilterWidget::SetDataStorage(), TestDataStorage(), and QmitkToolRoiDataSelectionBox::UpdateComboBoxData().
|
inlinestatic |
Definition at line 37 of file mitkNodePredicateAnd.h.
|
inlinestatic |
Definition at line 41 of file mitkNodePredicateAnd.h.