ITK Function Reference

(V10000.1.0.60_20160308.00)
constants_errors.h
Go to the documentation of this file.
1 // @<COPYRIGHT_START>@
2 // ===============================================
3 // Copyright 2007 UGS Corp. All Rights Reserved.
4 // ===============================================
5 // @<COPYRIGHT_END>@
6 
7 
19 #ifndef CONSTANTS_ERRORS_H
20 #define CONSTANTS_ERRORS_H
21 
22 #ifndef EMH_CONST_H
23  #include <common/emh_const.h>
24 #endif
25 
26 #include <constants/libconstants_exports.h>
27 
34 #define CONSTANTS_ERROR_BASE EMH_CONSTANTS_error_base
35 
36 #define CONSTANTS_init_error (CONSTANTS_ERROR_BASE + 1)
37 #define CONSTANTS_cant_add_to_global_default_cache (CONSTANTS_ERROR_BASE + 2)
38 #define CONSTANTS_cant_add_to_global_attach_cache (CONSTANTS_ERROR_BASE + 3)
39 #define CONSTANTS_cant_add_to_type_default_cache (CONSTANTS_ERROR_BASE + 4)
40 #define CONSTANTS_cant_add_to_type_attach_cache (CONSTANTS_ERROR_BASE + 5)
41 #define CONSTANTS_cant_add_to_property_default_cache (CONSTANTS_ERROR_BASE + 6)
42 #define CONSTANTS_cant_add_to_property_attach_cache (CONSTANTS_ERROR_BASE + 7)
43 #define CONSTANTS_error_finding_global_constant (CONSTANTS_ERROR_BASE + 8)
44 #define CONSTANTS_error_global_constant_extent (CONSTANTS_ERROR_BASE + 9)
45 #define CONSTANTS_error_get_global_const_attach_value (CONSTANTS_ERROR_BASE + 10)
46 #define CONSTANTS_error_get_global_const_def_value (CONSTANTS_ERROR_BASE + 11)
47 #define CONSTANTS_error_get_global_constant_name (CONSTANTS_ERROR_BASE + 12)
48 #define CONSTANTS_error_finding_type_constant (CONSTANTS_ERROR_BASE + 13)
49 #define CONSTANTS_error_type_constant_extent (CONSTANTS_ERROR_BASE + 14)
50 #define CONSTANTS_error_get_type_const_value (CONSTANTS_ERROR_BASE + 15)
51 #define CONSTANTS_error_get_type_const_attach_value (CONSTANTS_ERROR_BASE + 16)
52 #define CONSTANTS_error_get_type_const_def_value (CONSTANTS_ERROR_BASE + 17)
53 #define CONSTANTS_error_get_type_constant_name (CONSTANTS_ERROR_BASE + 18)
54 #define CONSTANTS_error_finding_prop_constant (CONSTANTS_ERROR_BASE + 19)
55 #define CONSTANTS_error_prop_constant_extent (CONSTANTS_ERROR_BASE + 20)
56 #define CONSTANTS_error_get_prop_const_value (CONSTANTS_ERROR_BASE + 21)
57 #define CONSTANTS_error_get_prop_const_attach_value (CONSTANTS_ERROR_BASE + 22)
58 #define CONSTANTS_error_get_prop_const_def_value (CONSTANTS_ERROR_BASE + 23)
59 #define CONSTANTS_error_get_prop_constant_name (CONSTANTS_ERROR_BASE + 24)
60 #define CONSTANTS_error_deleting_global_constant (CONSTANTS_ERROR_BASE + 25)
61 #define CONSTANTS_error_deleting_type_constant (CONSTANTS_ERROR_BASE + 26)
62 #define CONSTANTS_error_deleting_property_constant (CONSTANTS_ERROR_BASE + 27)
63 #define CONSTANTS_error_is_mulitvalued (CONSTANTS_ERROR_BASE + 28)
64 #define CONSTANTS_error_attach_value_null (CONSTANTS_ERROR_BASE + 29)
65 
68 #include <constants/libconstants_undef.h>
69 #endif
70