ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccore
viewer_errors.h
Go to the documentation of this file.
1
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
// ==================================================
3
// Copyright 2009.
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
17
#ifndef VIEWER_ERRORS_H
18
#define VIEWER_ERRORS_H
19
20
#include <
common/emh_const.h
>
21
#include <tccore/libtccore_exports.h>
22
29
#define VIEWER_undefined_preference (EMH_VIEWER_error_base + 1)
30
#define VIEWER_no_preference_value (EMH_VIEWER_error_base + 2)
31
#define VIEWER_preference_is_malformed (EMH_VIEWER_error_base + 3)
32
35
#include <tccore/libtccore_undef.h>
36
#endif