ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sm0stockmaterial
stockmaterial_errors.h
Go to the documentation of this file.
1
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
// ==================================================
3
// Copyright 2012.
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
16
#ifndef STOCKMATERIAL_ERRORS_H
17
#define STOCKMATERIAL_ERRORS_H
18
19
#include <
common/emh_const.h
>
20
#include <sm0stockmaterial/libsm0stockmaterial_exports.h>
21
31
#define STOCKMATERIAL_not_prefered (EMH_STOCKMATERIAL_error_base + 0)
32
36
#define STOCKMATERIAL_invalid_cuts (EMH_STOCKMATERIAL_error_base + 1)
37
42
#define STOCKMATERIAL_cuts_not_applicable (EMH_STOCKMATERIAL_error_base + 2)
43
47
#define STOCKMATERIAL_cyclic_relation (EMH_STOCKMATERIAL_error_base + 3)
48
52
#define STOCKMATERIAL_already_related (EMH_STOCKMATERIAL_error_base + 4)
53
54
57
#include <sm0stockmaterial/libsm0stockmaterial_undef.h>
58
59
#endif