ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
booleanmath
booleanmath_errors.h
Go to the documentation of this file.
1
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
// ==================================================
3
// Copyright 2010.
4
// Siemens Product Lifecycle Management Software Inc.
5
// All Rights Reserved.
6
// ==================================================
7
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8
15
/* */
16
17
18
#ifndef BOOLEANMATH_ERRORS_H
19
#define BOOLEANMATH_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
30
#define BOOLEANMATH_internal_error (EMH_BOOLEANMATH_error_base + 1)
31
33
#define BOOLEANMATH_generic_error (EMH_BOOLEANMATH_error_base + 2)
34
36
#define BOOLEANMATH_invalid_operation (EMH_BOOLEANMATH_error_base + 3)
37
39
#define BOOLEANMATH_timed_out (EMH_BOOLEANMATH_error_base + 4)
40
42
#define BOOLEANMATH_unsupported_operator (EMH_BOOLEANMATH_error_base + 5)
43
45
#define BOOLEANMATH_unsupported_operator_for_variant_option (EMH_BOOLEANMATH_error_base + 6)
46
48
#define BOOLEANMATH_unsupported_operator_for_join_expressions (EMH_BOOLEANMATH_error_base + 7)
49
52
#endif