ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ecm
ic_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef IC_ERRORS_H
15
#define IC_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
25
#define IC_duplicate_ice (EMH_IC_error_base + 1)
26
#define IC_no_write_ic_rev (EMH_IC_error_base + 2)
27
#define IC_internal_error (EMH_IC_error_base + 3)
28
#define IC_cannot_delete_affected_object (EMH_IC_error_base + 4)
29
#define IC_ice_not_in_ic_rev (EMH_IC_error_base + 5)
30
#define IC_not_modifiable (EMH_IC_error_base + 6)
31
#define IC_duplicate_ice_during_cfwd (EMH_IC_error_base + 7)
32
#define IC_icm_pref_not_set (EMH_IC_error_base + 8)
33
36
#endif