ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Clr1colorrule
clr1colorrule_errors.h
Go to the documentation of this file.
1
/*
2
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
==================================================
4
Copyright 2014
5
Siemens Product Lifecycle Management Software Inc.
6
All Rights Reserved.
7
==================================================
8
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
*/
10
16
#ifndef CLR1COLORRULE_ERRORS_HXX
17
#define CLR1COLORRULE_ERRORS_HXX
18
19
#include <
common/emh_const.h
>
20
27
#define EMH_CLR1COLORRULE_ERROR_BASE EMH_CLR1COLORRULE_error_base
28
32
#define CLR1COLORRULE_appearance_not_found ( EMH_CLR1COLORRULE_error_base + 1 )
33
37
#define CLR1COLORRULE_empty_expression ( EMH_CLR1COLORRULE_error_base + 2 )
38
42
#define CLR1COLORRULE_invalid_expression ( EMH_CLR1COLORRULE_error_base + 3 )
43
47
#define CLR1COLORRULE_invalid_revision_rule_pref ( EMH_CLR1COLORRULE_error_base + 4 )
48
52
#define CLR1COLORRULE_no_revision_rule_pref ( EMH_CLR1COLORRULE_error_base + 5 )
53
54
59
#endif