Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkRegVisPropertyTags.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 
18 #ifndef _MITK_REG_VIS_PROPERTY_TAGS__H_
19 #define _MITK_REG_VIS_PROPERTY_TAGS__H_
20 
21 // MITK
23 
24 namespace mitk
25 {
26 const char* const nodeProp_RegVisGrid = "matchpoint.RegVis.Grid";
27 const char* const nodeProp_RegVisGlyph = "matchpoint.RegVis.Glyph";
28 const char* const nodeProp_RegVisPoints = "matchpoint.RegVis.Points";
29 const char* const nodeProp_RegVisDirection = "matchpoint.RegVis.Direction";
30 const char* const nodeProp_RegVisFOVSize = "matchpoint.RegVis.FOV.size";
31 const char* const nodeProp_RegVisFOVOrigin = "matchpoint.RegVis.FOV.origin";
32 const char* const nodeProp_RegVisFOVSpacing = "matchpoint.RegVis.FOV.spacing";
33 const char* const nodeProp_RegVisFOVOrientation1 = "matchpoint.RegVis.FOV.orientation.row.1";
34 const char* const nodeProp_RegVisFOVOrientation2 = "matchpoint.RegVis.FOV.orientation.row.2";
35 const char* const nodeProp_RegVisFOVOrientation3 = "matchpoint.RegVis.FOV.orientation.row.3";
36 const char* const nodeProp_RegVisGridFrequence = "matchpoint.RegVis.Grid.Frequence";
37 const char* const nodeProp_RegVisGridShowStart = "matchpoint.RegVis.Grid.ShowStart";
38 const char* const nodeProp_RegVisColorStyle = "matchpoint.RegVis.ColorStyle";
39 const char* const nodeProp_RegVisGridStartColor = "matchpoint.RegVis.Grid.StartColor";
40 const char* const nodeProp_RegVisColorUni = "matchpoint.RegVis.Color.uni";
41 const char* const nodeProp_RegVisColor1Value = "matchpoint.RegVis.Color.1.value";
42 const char* const nodeProp_RegVisColor1Magnitude = "matchpoint.RegVis.Color.1.magnitude";
43 const char* const nodeProp_RegVisColor2Value = "matchpoint.RegVis.Color.2.value";
44 const char* const nodeProp_RegVisColor2Magnitude = "matchpoint.RegVis.Color.2.magnitude";
45 const char* const nodeProp_RegVisColor3Value = "matchpoint.RegVis.Color.3.value";
46 const char* const nodeProp_RegVisColor3Magnitude = "matchpoint.RegVis.Color.3.magnitude";
47 const char* const nodeProp_RegVisColor4Value = "matchpoint.RegVis.Color.4.value";
48 const char* const nodeProp_RegVisColor4Magnitude = "matchpoint.RegVis.Color.4.magnitude";
49 const char* const nodeProp_RegVisColorInterpolate = "matchpoint.RegVis.ColorInterpolate";
50 const char* const nodeProp_RegEvalStyle = "matchpoint.RegEval.Style";
51 const char* const nodeProp_RegEvalBlendFactor = "matchpoint.RegEval.BlendFactor";
52 const char* const nodeProp_RegEvalCheckerCount = "matchpoint.RegEval.CheckerCount";
53 const char* const nodeProp_RegEvalWipeStyle = "matchpoint.RegEval.WipeStyle";
54 const char* const nodeProp_RegEvalTargetContour = "matchpoint.RegEval.TargetContour";
55 const char* const nodeProp_RegEvalCurrentPosition = "matchpoint.RegEval.CurrentPosition";
56 }
57 
58 
59 #endif
60 
61 
const char *const nodeProp_RegVisGrid
const char *const nodeProp_RegVisFOVOrigin
const char *const nodeProp_RegVisDirection
const char *const nodeProp_RegVisColorInterpolate
const char *const nodeProp_RegEvalCheckerCount
DataCollection - Class to facilitate loading/accessing structured data.
const char *const nodeProp_RegEvalCurrentPosition
const char *const nodeProp_RegVisFOVOrientation3
const char *const nodeProp_RegVisFOVOrientation2
const char *const nodeProp_RegVisFOVSpacing
const char *const nodeProp_RegVisColorStyle
const char *const nodeProp_RegVisFOVSize
const char *const nodeProp_RegVisGridStartColor
const char *const nodeProp_RegVisColor3Value
const char *const nodeProp_RegEvalBlendFactor
const char *const nodeProp_RegEvalWipeStyle
const char *const nodeProp_RegVisColor1Magnitude
const char *const nodeProp_RegVisPoints
const char *const nodeProp_RegVisColor1Value
const char *const nodeProp_RegVisColor2Value
const char *const nodeProp_RegVisColor4Magnitude
const char *const nodeProp_RegVisColor2Magnitude
const char *const nodeProp_RegVisGridShowStart
const char *const nodeProp_RegVisGlyph
const char *const nodeProp_RegVisColor4Value
const char *const nodeProp_RegVisFOVOrientation1
const char *const nodeProp_RegEvalStyle
const char *const nodeProp_RegVisColor3Magnitude
const char *const nodeProp_RegEvalTargetContour
const char *const nodeProp_RegVisColorUni
const char *const nodeProp_RegVisGridFrequence