|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
Predicate that evaluates if the given DataNodes data object pointer equals a given pointer. More...
#include <mitkNodePredicateData.h>


Public Member Functions | |
| mitkClassMacro (NodePredicateData, NodePredicateBase) | |
| mitkNewMacro1Param (NodePredicateData, mitk::BaseData *) | |
| ~NodePredicateData () override | |
| Standard Destructor. More... | |
| bool | CheckNode (const mitk::DataNode *node) const override |
| Checks, if the nodes data object is of a specific data type. More... | |
Public Member Functions inherited from mitk::NodePredicateBase | |
| mitkClassMacroItkParent (NodePredicateBase, itk::Object) | |
| ~NodePredicateBase () override | |
| Standard Destructor. More... | |
Protected Member Functions | |
| NodePredicateData (mitk::BaseData *d) | |
| Protected constructor, use static instantiation functions instead. More... | |
Protected Attributes | |
| mitk::BaseData * | m_DataObject |
Predicate that evaluates if the given DataNodes data object pointer equals a given pointer.
NodePredicateData(nullptr) returns true if a DataNode does not have a data object (e.g. ->GetData() returns nullptr). This could return an unexpected number of nodes (e.g. the root node of the tree)
Definition at line 34 of file mitkNodePredicateData.h.
|
override |
Standard Destructor.
|
protected |
Protected constructor, use static instantiation functions instead.
|
overridevirtual |
Checks, if the nodes data object is of a specific data type.
Implements mitk::NodePredicateBase.
| mitk::NodePredicateData::mitkClassMacro | ( | NodePredicateData | , |
| NodePredicateBase | |||
| ) |
| mitk::NodePredicateData::mitkNewMacro1Param | ( | NodePredicateData | , |
| mitk::BaseData * | |||
| ) |
|
protected |
Definition at line 53 of file mitkNodePredicateData.h.