Fraxinus  18.10
An IGT application
cxDefinitionStrings.h
Go to the documentation of this file.
1 /*=========================================================================
2 This file is part of CustusX, an Image Guided Therapy Application.
3 
4 Copyright (c) SINTEF Department of Medical Technology.
5 All rights reserved.
6 
7 CustusX is released under a BSD 3-Clause license.
8 
9 See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10 =========================================================================*/
11 
12 #ifndef CXDEFINITIONSTRINGS_H_
13 #define CXDEFINITIONSTRINGS_H_
14 
15 #include "cxDefinitions.h"
16 #include "cxEnumConverter.h"
17 
18 // put compiler-intensive templates here instead of in the much used sscDefinitions.h
19 
20 namespace cx
21 {
22 } //namespace end
23 
24 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, ORIENTATION_TYPE);
25 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, PLANE_TYPE);
26 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, FOLLOW_TYPE);
27 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, CLINICAL_VIEW);
28 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, MESSAGE_LEVEL);
29 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, LOG_SEVERITY);
30 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, PATIENT_COORDINATE_SYSTEM);
31 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, COORDINATE_SYSTEM);
32 SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, TRACKING_SYSTEM);
33 
34 #endif /*CXDEFINITIONSTRINGS_H_*/
SNW_DECLARE_ENUM_STRING_CONVERTERS(cxResource_EXPORT, cx, ORIENTATION_TYPE)
Namespace for all CustusX production code.