ITK Function Reference

(V10000.1.0.60_20160308.00)
soaai_errors.h
Go to the documentation of this file.
1 /* =================================================================================================
2  Copyright (c) 2010 Unigraphics Solutions Inc., A Siemens Company
3  Unpublished - All rights reserved
4 
5  THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6  COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7  HOLDER.
8 ====================================================================================================*/
9 
24 #ifndef SOAAI_ERRORS_H
25 #define SOAAI_ERRORS_H
26 
27 #include <common/emh_const.h>
28 
35 #define SOAAI_invalid_transfermode_name (EMH_SOAAI_error_base + 0)
36 #define SOAAI_invalid_ai_object (EMH_SOAAI_error_base + 1)
37 #define SOAAI_empty_objects_to_process (EMH_SOAAI_error_base + 2)
38 #define SOAAI_empty_xpaths_to_evaluate (EMH_SOAAI_error_base + 3)
39 #define SOAAI_cannot_find_plmxml_file (EMH_SOAAI_error_base + 4)
40 #define SOAAI_cannot_create_Alias_object_factory (EMH_SOAAI_error_base + 5)
41 #define SOAAI_cannot_create_Alias_object_handler (EMH_SOAAI_error_base + 6)
42 #define SOAAI_cannot_load_structure_file (EMH_SOAAI_error_base + 7)
43 #define SOAAI_alias_xpath_eval_error (EMH_SOAAI_error_base + 8)
44 
48 #define SOAAI_empty_labels_specified (EMH_SOAAI_error_base + 9)
49 
52 #define SOAAI_invalid_label_string (EMH_SOAAI_error_base + 10)
53 
57 #define SOAAI_failed_to_get_ai_types (EMH_SOAAI_error_base + 11)
58 
60 #endif
61