Medical Imaging Interaction Toolkit
2024.06.00
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
20
#include "
MitkMatchPointRegistrationExports.h
"
21
#include "
mitkMatchPointPropertyTags.h
"
22
23
namespace
mitk
24
{
25
class
DataNode;
26
class
BaseData
;
27
28
typedef
std::string
NodeUIDType
;
29
32
NodeUIDType
MITKMATCHPOINTREGISTRATION_EXPORT
EnsureUID
(
mitk::DataNode
* node);
33
35
bool
MITKMATCHPOINTREGISTRATION_EXPORT
CheckUID
(
const
mitk::DataNode
* node,
const
NodeUIDType
& uid);
36
39
NodeUIDType
MITKMATCHPOINTREGISTRATION_EXPORT
EnsureUID
(
mitk::BaseData
* data);
40
42
bool
MITKMATCHPOINTREGISTRATION_EXPORT
CheckUID
(
const
mitk::BaseData
* data,
const
NodeUIDType
& uid);
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
src
MITK
Modules
MatchPointRegistration
include
mitkUIDHelper.h
Generated on Mon Jun 17 2024 12:43:30 for Medical Imaging Interaction Toolkit by
1.8.17