Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkUIDHelper.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 
14 #ifndef mitkUIDHelper_h
15 #define mitkUIDHelper_h
16 
17 #include <string>
18 
19 //MITK
22 
23 namespace mitk
24 {
25  class DataNode;
26  class BaseData;
27 
28  typedef std::string NodeUIDType;
29 
33 
36 
40 
43 }
44 
45 #endif
mitk::CheckUID
bool MITKMATCHPOINTREGISTRATION_EXPORT CheckUID(const mitk::DataNode *node, const NodeUIDType &uid)
MitkMatchPointRegistrationExports.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::EnsureUID
NodeUIDType MITKMATCHPOINTREGISTRATION_EXPORT EnsureUID(mitk::DataNode *node)
mitk::BaseData
Base of all data objects.
Definition: mitkBaseData.h:42
mitkMatchPointPropertyTags.h
mitk::NodeUIDType
std::string NodeUIDType
Definition: mitkUIDHelper.h:26
MITKMATCHPOINTREGISTRATION_EXPORT
#define MITKMATCHPOINTREGISTRATION_EXPORT
Definition: MitkMatchPointRegistrationExports.h:15
mitk::DataNode
Class for nodes of the DataTree.
Definition: mitkDataNode.h:63