ITK Function Reference

(V10000.1.0.60_20160308.00)
managedrelation_errors.h
Go to the documentation of this file.
1 /*
2  @<COPYRIGHT_START>@
3  ===============================================
4  Copyright 2006 UGS Corp. All Rights Reserved.
5  ===============================================
6  @<COPYRIGHT_END>@
7 */
8 
16 #ifndef MANAGEDRELATION_ERRORS_H
17 #define MANAGEDRELATION_ERRORS_H
18 
19 #include <common/emh_const.h>
20 
21 
28 #define MRel_invalid_source_tag (EMH_MANAGEDRELATION_error_base + 1)
29 
31 #define MRel_invalid_target_tag (EMH_MANAGEDRELATION_error_base + 2)
32 
34 #define MRel_initialization_failure (EMH_MANAGEDRELATION_error_base + 3)
35 
36 
39 #endif