ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
TcSoaMultisite
soamultisite_errors.h
Go to the documentation of this file.
1
/* =================================================================================================
2
Copyright (c) 1999,2000,2001,2003 Unigraphics Solutions Inc., An EDS 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
25
#ifndef SOAMULTISITE_ERRORS_H
26
#define SOAMULTISITE_ERRORS_H
27
28
#include <
common/emh_const.h
>
29
42
#define SOAMULTISITE_null_import_options_list (EMH_SOAMULTISITE_error_base + 0 )
43
#define SOAMULTISITE_null_input_object (EMH_SOAMULTISITE_error_base + 1 )
44
#define SOAMULTISITE_invalid_include_contents_option (EMH_SOAMULTISITE_error_base + 2 )
45
46
50
#endif
51