13 #ifndef mitkNodePredicateDimension_h
14 #define mitkNodePredicateDimension_h
Class for nodes of the DataTree.
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
Predicate that evaluates if the given DataNodes data object has the specified dimension,...
mitkNewMacro1Param(NodePredicateDimension, unsigned int)
mitkClassMacro(NodePredicateDimension, NodePredicateBase)
~NodePredicateDimension() override
Standard Destructor.
std::size_t m_PixelComponents
bool CheckNode(const mitk::DataNode *node) const override
Checks if the nodes data object is of the specified dimension.
NodePredicateDimension(unsigned int dimension, int pixelComponents)
Standard Constructor.
NodePredicateDimension(unsigned int dimension)
Standard Constructor.
mitkNewMacro2Param(NodePredicateDimension, unsigned int, int)
Find image slices visible on a given plane.