Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkNodePredicateDataUID.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkNodePredicateDataUID_h
14 #define mitkNodePredicateDataUID_h
15 
16 #include <mitkIdentifiable.h>
17 #include <mitkNodePredicateBase.h>
18 #include <MitkCoreExports.h>
19 
20 namespace mitk
21 {
28  {
29  public:
32 
34 
35  bool CheckNode(const mitk::DataNode *node) const override;
36 
37  protected:
39 
41  };
42 }
43 
44 #endif
#define MITKCORE_EXPORT
Class for nodes of the DataTree.
Definition: mitkDataNode.h:64
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
Predicate that compares the data UID of the given DataNode to a specific UID.
bool CheckNode(const mitk::DataNode *node) const override
This method will be used to evaluate the node. Has to be overwritten in subclasses.
NodePredicateDataUID(const Identifiable::UIDType &uid)
const Identifiable::UIDType & ~NodePredicateDataUID() override
mitkClassMacro(NodePredicateDataUID, NodePredicateBase) mitkNewMacro1Param(NodePredicateDataUID
#define mitkNewMacro1Param(classname, type)
Definition: mitkCommon.h:68
Find image slices visible on a given plane.