13 #ifndef mitkNodePredicateFunction_h
14 #define mitkNodePredicateFunction_h
Class for nodes of the DataTree.
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
Predicate that transfers the check to a specific Callable.
std::function< bool(const mitk::DataNode *)> FunctionType
bool CheckNode(const mitk::DataNode *node) const override
This method will be used to evaluate the node. Has to be overwritten in subclasses.
NodePredicateFunction(const FunctionType &function)
~NodePredicateFunction() override
mitkClassMacro(NodePredicateFunction, NodePredicateBase)
mitkNewMacro1Param(NodePredicateFunction, const FunctionType &)
Find image slices visible on a given plane.