Medical Imaging Interaction Toolkit
2016.11.0
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 |
virtual | ~NodePredicateNot () |
Standard Destructor. More... | |
virtual void | AddPredicate (const mitk::NodePredicateBase *p) override |
Reimplemented, only one child predicate is allowed for the NOT predicate. More... | |
virtual 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 | |
virtual | ~NodePredicateCompositeBase ()=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 | |
virtual | ~NodePredicateBase () |
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 31 of file mitkNodePredicateNot.h.
typedef itk::SmartPointer<const Self> mitk::NodePredicateNot::ConstPointer |
Definition at line 34 of file mitkNodePredicateNot.h.
Definition at line 34 of file mitkNodePredicateNot.h.
Definition at line 34 of file mitkNodePredicateNot.h.
Definition at line 34 of file mitkNodePredicateNot.h.
|
virtual |
Standard Destructor.
Definition at line 24 of file mitkNodePredicateNot.cpp.
|
protected |
Constructor.
Definition at line 19 of file mitkNodePredicateNot.cpp.
References mitk::NodePredicateCompositeBase::m_ChildPredicates.
|
overridevirtual |
Reimplemented, only one child predicate is allowed for the NOT predicate.
Reimplemented from mitk::NodePredicateCompositeBase.
Definition at line 37 of file mitkNodePredicateNot.cpp.
References mitk::NodePredicateCompositeBase::AddPredicate().
|
overridevirtual |
Checks, if the node does not fulfill the child predicate condition.
Implements mitk::NodePredicateBase.
Definition at line 28 of file mitkNodePredicateNot.cpp.
|
inlineoverridevirtual |
Reimplemented from mitk::NodePredicateCompositeBase.
Definition at line 34 of file mitkNodePredicateNot.h.
|
virtual |
Reimplemented from mitk::NodePredicateCompositeBase.
|
inlinestatic |
Definition at line 34 of file mitkNodePredicateNot.h.
|
inlinestatic |
Definition at line 35 of file mitkNodePredicateNot.h.
Referenced by QmlMitkDatamanager::create(), QmitkMlbstTrainingDataWidget::CreateQtPartControl(), QmitkNodeDescriptorManager::Initialize(), mitk::RenderingManager::InitializeViewsByBoundingObjects(), QmitkMaskStampWidget::QmitkMaskStampWidget(), QmitkSurfaceStampWidget::QmitkSurfaceStampWidget(), QmitkXnatUploadFromDataStorageDialog::QmitkXnatUploadFromDataStorageDialog(), QmitkExtFileSaveProjectAction::Run(), QmitkCloseProjectAction::Run(), TestDataStorage(), and QmitkToolRoiDataSelectionBox::UpdateComboBoxData().