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
mitkConnectomicsConstantsManager.h
Go to the documentation of this file.
1 
2 /*===================================================================
3 
4 The Medical Imaging Interaction Toolkit (MITK)
5 
6 Copyright (c) German Cancer Research Center,
7 Division of Medical and Biological Informatics.
8 All rights reserved.
9 
10 This software is distributed WITHOUT ANY WARRANTY; without
11 even the implied warranty of MERCHANTABILITY or FITNESS FOR
12 A PARTICULAR PURPOSE.
13 
14 See LICENSE.txt or http://www.mitk.org for details.
15 
16 ===================================================================*/
17 
18 #ifndef _MITK_ConnectomicsConstantsManager_H
19 #define _MITK_ConnectomicsConstantsManager_H
20 
21 #include <MitkConnectomicsExports.h>
22 
23 namespace mitk
24 {
25 
29  class MITKCONNECTOMICS_EXPORT ConnectomicsConstantsManager
30  {
31  public:
32 
33  //============== String and other constants ===================
34 
35  //==== Error messages ====
39  static const char* CONNECTOMICS_ERROR_BEYOND_SCOPE;
42 
43  //==== Warnings ====
52 
53  //==== Information ====
58 
59  //==== GUI ====
60  static const char* CONNECTOMICS_GUI_DASH;
61  static const char* CONNECTOMICS_GUI_CONNECTOMICS;
67 
68  //==== Properties ====
70  static const char* CONNECTOMICS_PROPERTY_NAME;
73 
74 
75  private:
78 
79  };
80 
81 } //namespace MITK
82 
83 // include cpp
84 
85 //#include <mitkConnectomicsConstantsManager.cpp>
86 
87 #endif /* _MITK_ConnectomicsConstantsManager_H */
DataCollection - Class to facilitate loading/accessing structured data.
static const char * CONNECTOMICS_GUI_ONLY_PARCELLATION_SELECTION_WARNING
static const char * CONNECTOMICS_GUI_PERFORMING_IMAGE_PROCESSING_FOR_IMAGE
static const char * CONNECTOMICS_ERROR_PASSED_NEGATIVE_INDEX_TO_HISTOGRAM
static const char * CONNECTOMICS_GUI_FMRI_CORRELATION_SELECTION_WARNING
static const char * CONNECTOMICS_ERROR_TRIED_TO_ACCESS_INVALID_HISTOGRAM
The XML consts for reading and writing.