Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkMatchPointPropertyTags.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef _MITK_MATCHPOINTPROPERTY_TAGS__H_
18 #define _MITK_MATCHPOINTPROPERTY_TAGS__H_
19 
20 // MITK
22 
23 namespace mitk
24 {
26  const char* const Prop_RegAlgUsed = "matchpoint.Registration.Algorithm.UID";
28  const char* const Prop_RegAlgTargetData = "matchpoint.Registration.Algorithm.UsedData.target";
30  const char* const Prop_RegAlgMovingData = "matchpoint.Registration.Algorithm.UsedData.moving";
32  const char* const Prop_RegUID = "matchpoint.Registration.UID";
34  const char* const Prop_MappingInput = "matchpoint.Mapping.Input";
36  const char* const Prop_MappingInputData = "matchpoint.Mapping.Input.Data";
38  const char* const Prop_MappingInterpolator = "matchpoint.Mapping.Interpolator";
40  const char* const Prop_MappingRefinedGeometry = "matchpoint.Mapping.RefinedGeometry";
42  const char* const Prop_UID = "data.UID";
44  const char* const nodeProp_UID = "matchpoint.UID";
45 }
46 
47 
48 #endif
49 
50 
const char *const Prop_MappingInterpolator
const char *const Prop_MappingRefinedGeometry
DataCollection - Class to facilitate loading/accessing structured data.
const char *const Prop_MappingInputData
const char *const Prop_UID
const char *const nodeProp_UID
const char *const Prop_RegUID
const char *const Prop_RegAlgTargetData
const char *const Prop_MappingInput
const char *const Prop_RegAlgUsed
const char *const Prop_RegAlgMovingData