Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkRegVisPropertyTags.cpp
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 #include "mitkRegVisPropertyTags.h"
19 
20 
21 namespace mitk
22 {
23 // const char* const nodeProp_RegVisGrid = "matchpoint.RegVis.Grid";
24 // const char* const nodeProp_RegVisGlyph = "matchpoint.RegVis.Glyph";
25 // const char* const nodeProp_RegVisPoints = "matchpoint.RegVis.Points";
26 // const char* const nodeProp_RegVisDirection = "matchpoint.RegVis.Direction";
27 // const char* const nodeProp_RegVisFOVSize = "matchpoint.RegVis.FOV.size";
28 // const char* const nodeProp_RegVisFOVOrigin = "matchpoint.RegVis.FOV.origin";
29 // const char* const nodeProp_RegVisFOVSpacing = "matchpoint.RegVis.FOV.spacing";
30 // const char* const nodeProp_RegVisGridFrequence = "matchpoint.RegVis.Grid.Frequence";
31 // const char* const nodeProp_RegVisGridShowStart = "matchpoint.RegVis.Grid.ShowStart";
32 // const char* const nodeProp_RegVisColorStyle = "matchpoint.RegVis.ColorStyle";
33 // const char* const nodeProp_RegVisColorUni = "matchpoint.RegVis.UniColor";
34 // const char* const nodeProp_RegVisGridStartColor = "matchpoint.RegVis.Grid.StartColor";
35 }
DataCollection - Class to facilitate loading/accessing structured data.