|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
Predicate that evaluates if the given DataNodes data object is of a specific data type. More...
#include <mitkNodePredicateDataType.h>


Public Member Functions | |
| mitkClassMacro (NodePredicateDataType, NodePredicateBase) | |
| mitkNewMacro1Param (NodePredicateDataType, const char *) | |
| ~NodePredicateDataType () 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 | |
| NodePredicateDataType (const char *datatype) | |
| Protected constructor, use static instantiation functions instead. More... | |
Protected Attributes | |
| std::string | m_ValidDataType |
Predicate that evaluates if the given DataNodes data object is of a specific data type.
The data type must be specified in the constructor as a string. The string must equal the result value of the requested data types GetNameOfClass() method.
Definition at line 29 of file mitkNodePredicateDataType.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::NodePredicateDataType::mitkClassMacro | ( | NodePredicateDataType | , |
| NodePredicateBase | |||
| ) |
| mitk::NodePredicateDataType::mitkNewMacro1Param | ( | NodePredicateDataType | , |
| const char * | |||
| ) |
|
protected |
Definition at line 48 of file mitkNodePredicateDataType.h.