13 #ifndef mitkNodePredicateBase_h
14 #define mitkNodePredicateBase_h
16 #include "itkObject.h"
Class for nodes of the DataTree.
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
~NodePredicateBase() override
Standard Destructor.
mitkClassMacroItkParent(NodePredicateBase, itk::Object)
virtual bool CheckNode(const mitk::DataNode *node) const =0
This method will be used to evaluate the node. Has to be overwritten in subclasses.
Find image slices visible on a given plane.