30 throw std::invalid_argument(
"NodePredicateFirstLevel: invalid node");
33 throw std::invalid_argument(
"NodePredicateFirstLevel: DataStorage is invalid");
36 return (list->Size() == 0);
Data management class that handles 'was created by' relations.
itk::SmartPointer< const Self > ConstPointer
virtual bool CheckNode(const mitk::DataNode *node) const override
Checks, if the node is a source node of m_BaseNode (e.g. if m_BaseNode "was created from" node) ...
mitk::DataStorage::Pointer m_DataStorage
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
NodePredicateFirstLevel(mitk::DataStorage *ds)
Constructor - This class can either search only for direct source objects or for all source objects...
Class for nodes of the DataTree.
virtual ~NodePredicateFirstLevel()
Standard Destructor.