ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
rbf
rbf_errors.h
Go to the documentation of this file.
1
// @<COPYRIGHT_START>@
2
// ==================================================
3
// Copyright 2007.
4
// Siemens Product Lifecycle Management Software Inc.
5
// All Rights Reserved.
6
// ==================================================
7
// @<COPYRIGHT_END>@
8
9
21
#ifndef RBF_ERRORS_H
22
#define RBF_ERRORS_H
23
24
#ifndef EMH_CONST_H
25
#include <
common/emh_const.h
>
26
#endif
27
28
#include <rbf/librbf_exports.h>
29
36
#define RBF_ERROR_BASE EMH_RBF_error_base
37
39
#define RBF_defmodule_not_found_error (RBF_ERROR_BASE + 6)
40
42
#define RBF_AEP_not_found_error (RBF_ERROR_BASE + 7)
43
45
#define RBF_wrong_object_type_error (RBF_ERROR_BASE + 8)
46
48
#define RBF_invalid_input_name_error (RBF_ERROR_BASE + 9)
49
51
#define RBF_missing_DecisionTable (RBF_ERROR_BASE + 10)
52
54
#define RBF_missing_RBFInputData (RBF_ERROR_BASE + 11)
55
57
#define RBF_missing_RBFOutputData (RBF_ERROR_BASE + 12)
58
60
#define RBF_missing_AccessorData (RBF_ERROR_BASE + 13)
61
63
#define RBF_missing_CellData (RBF_ERROR_BASE + 14)
64
66
#define RBF_missing_parm_specifier (RBF_ERROR_BASE + 15)
67
69
#define RBF_missing_id (RBF_ERROR_BASE + 16)
70
72
#define RBF_missing_input_file (RBF_ERROR_BASE + 17)
73
75
#define RBF_init_text_services_error (RBF_ERROR_BASE + 20)
76
78
#define RBF_login_error (RBF_ERROR_BASE + 21)
79
81
#define RBF_failed_ITK_exit_module (RBF_ERROR_BASE + 23)
82
84
#define RBF_invalid_input_values (RBF_ERROR_BASE + 24)
85
87
#define RBF_data_type_not_supported (RBF_ERROR_BASE + 25)
88
90
#include <rbf/librbf_undef.h>
91
#endif