#include <mitkDataNode.h>
#include "MitkExtExports.h"
#include <mitkProperties.h>
#include <mitkDataStorage.h>
Go to the source code of this file.
Classes | |
class | mitk::DataTreeFilterFunction |
Base class for all filter function that are accepted by mitk::DataTreeFilter. More... | |
class | mitk::IsBaseDataType< T > |
tests the data entry of nodes for a specific type (given here as template parameter). More... | |
class | mitk::IsBaseDataTypeWithProperty< T > |
Tests the data entry of nodes for a specific type (given here as template parameter) AND having a given property. More... | |
class | mitk::IsBaseDataTypeWithBoolProperty< T > |
Tests the data entry of nodes for a specific type (given here as template parameter) AND having a TRUE BoolProperty. More... | |
class | mitk::IsBaseDataTypeWithoutProperty< T > |
Tests the data entry of nodes for a specific type (given here as template parameter) AND for NOT having a given property (or it being a false bool property). More... | |
class | mitk::IsDataNode |
Accepts all nodes (accepts nodes that are not NULL). More... | |
class | mitk::IsGoodDataNode |
Accepts all data objects (accepts nodes that have associated mitk::BaseData (tested via GetData)). More... | |
class | mitk::IsInResultSet |
Accepts all data objects (accepts nodes that have associated mitk::BaseData (tested via GetData)). More... | |
class | mitk::IsImageWithDimensionAndWithoutProperty< DIM > |
Tests if the node contains an image with a specified dimensionality (template parameter) More... | |
class | mitk::IsImageWithMinimumDimension< DIM > |
Tests if the node contains an image with a dimensionality greater or equal to the template parameter. More... | |
Namespaces | |
namespace | mitk |
Qmitk. |