This subcategory includes the classes to store and retrieve objects from the mitk::DataStorage. More...
|
Classes | |
| class | mitk::DataStorage |
| Data management class that handles 'was created by' relations. More... | |
| class | mitk::NodePredicateAnd |
| Composite predicate that forms a logical AND relation from its child predicates. More... | |
| class | mitk::NodePredicateBase |
| Interface for evaluation conditions used in the DataStorage class GetSubset() method. More... | |
| class | mitk::NodePredicateCompositeBase |
| Base class for all predicates that can have child predicates (e.g. AND/OR) More... | |
| class | mitk::NodePredicateData |
| Predicate that evaluates if the given DataNodes data object pointer equals a given pointer. More... | |
| class | mitk::NodePredicateDataType |
| Predicate that evaluates if the given DataNodes data object is of a specific data type. More... | |
| class | mitk::NodePredicateDimension |
| Predicate that evaluates if the given DataNodes data object has the specified dimension, for datasets where dimension is applicable. More... | |
| class | mitk::NodePredicateFirstLevel |
| Predicate that evaluates if the given node is a direct or indirect source node of a specific node. More... | |
| class | mitk::NodePredicateNot |
| Composite predicate that negates its child predicate Changed: NodePredicateNot now derives from NodePredicateCompositeBase though it really holds only one subpredicate at any time. But logically any Predicate that has one or more subpredicate is a CompositePredicate. More... | |
| class | mitk::NodePredicateOr |
| Composite predicate that forms a logical OR relation from its child predicates. More... | |
| class | mitk::NodePredicateProperty |
| Predicate that evaluates if the given DataNode has a specific property. If the second parameter is NULL, it will only be checked whether there is a property with the specified name. More... | |
| class | mitk::NodePredicateSource |
| Predicate that evaluates if the given node is a direct or indirect source node of a specific node. More... | |
This subcategory includes the classes to store and retrieve objects from the mitk::DataStorage.
1.7.2