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


Public Types | |
| typedef NodePredicateDataType | 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 |
| ~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 | |
| ~NodePredicateBase () override | |
| Standard Destructor. More... | |
Static Public Member Functions | |
| static const char * | GetStaticNameOfClass () |
| static Pointer | New (const char *_arg) |
Static Public Member Functions inherited from mitk::NodePredicateBase | |
| static const char * | GetStaticNameOfClass () |
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.
| typedef itk::SmartPointer<const Self> mitk::NodePredicateDataType::ConstPointer |
Definition at line 32 of file mitkNodePredicateDataType.h.
Definition at line 32 of file mitkNodePredicateDataType.h.
Definition at line 32 of file mitkNodePredicateDataType.h.
Definition at line 32 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.
|
inlineoverridevirtual |
Reimplemented from mitk::NodePredicateBase.
Definition at line 32 of file mitkNodePredicateDataType.h.
|
virtual |
Reimplemented from mitk::NodePredicateBase.
|
inlinestatic |
Definition at line 32 of file mitkNodePredicateDataType.h.
|
inlinestatic |
Definition at line 33 of file mitkNodePredicateDataType.h.
|
protected |
Definition at line 48 of file mitkNodePredicateDataType.h.