Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Predicate that compares the data UID of the given DataNode to a specific UID. More...
#include <mitkNodePredicateDataUID.h>
Public Types | |
typedef NodePredicateDataUID | Self |
typedef NodePredicateBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
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 |
~NodePredicateDataUID () override | |
bool | CheckNode (const mitk::DataNode *node) const override |
This method will be used to evaluate the node. Has to be overwritten in subclasses. 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 Identifiable::UIDType &_arg) |
Static Public Member Functions inherited from mitk::NodePredicateBase | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
NodePredicateDataUID (const Identifiable::UIDType &uid) | |
Protected Attributes | |
Identifiable::UIDType | m_UID |
Predicate that compares the data UID of the given DataNode to a specific UID.
Definition at line 27 of file mitkNodePredicateDataUID.h.
typedef itk::SmartPointer<const Self> mitk::NodePredicateDataUID::ConstPointer |
Definition at line 30 of file mitkNodePredicateDataUID.h.
Definition at line 30 of file mitkNodePredicateDataUID.h.
Definition at line 30 of file mitkNodePredicateDataUID.h.
Definition at line 30 of file mitkNodePredicateDataUID.h.
|
override |
|
explicitprotected |
|
overridevirtual |
This method will be used to evaluate the node. Has to be overwritten in subclasses.
Implements mitk::NodePredicateBase.
|
inlineoverridevirtual |
Reimplemented from mitk::NodePredicateBase.
Definition at line 30 of file mitkNodePredicateDataUID.h.
|
virtual |
Reimplemented from mitk::NodePredicateBase.
|
inlinestatic |
Definition at line 30 of file mitkNodePredicateDataUID.h.
|
inlinestatic |
Definition at line 31 of file mitkNodePredicateDataUID.h.
|
protected |
Definition at line 40 of file mitkNodePredicateDataUID.h.