|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
Predicate that compares the data UID of the given DataNode to a specific UID. More...
#include <mitkNodePredicateDataUID.h>


Public Member Functions | |
| mitkClassMacro (NodePredicateDataUID, NodePredicateBase) mitkNewMacro1Param(NodePredicateDataUID | |
| const Identifiable::UIDType & | ~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 | |
| mitkClassMacroItkParent (NodePredicateBase, itk::Object) | |
| ~NodePredicateBase () override | |
| Standard Destructor. More... | |
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.
|
override |
|
explicitprotected |
|
overridevirtual |
This method will be used to evaluate the node. Has to be overwritten in subclasses.
Implements mitk::NodePredicateBase.
| mitk::NodePredicateDataUID::mitkClassMacro | ( | NodePredicateDataUID | , |
| NodePredicateBase | |||
| ) |
|
protected |
Definition at line 40 of file mitkNodePredicateDataUID.h.