ITK Function Reference

(V10000.1.0.60_20160308.00)
imagecompression_errors.h
Go to the documentation of this file.
1 /*
2  Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3  ==================================================
4  Copyright 2016.
5  Siemens Product Lifecycle Management Software Inc.
6  All Rights Reserved.
7  ==================================================
8  Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9 */
10 
18 #ifndef IMAGECOMPRESSION_ERRORS_H
19 #define IMAGECOMPRESSION_ERRORS_H
20 
21 #include <common/emh_const.h>
22 
32 #define IMAGECOMPRESSION_error_dataset_nulltag ( EMH_IMAGECOMPRESSION_error_base + 1 )
33 
37 #define IMAGECOMPRESSION_error_input_not_dataset ( EMH_IMAGECOMPRESSION_error_base + 2 )
38 
42 #define IMAGECOMPRESSION_error_invalid_dataset ( EMH_IMAGECOMPRESSION_error_base + 3 )
43 
47 #define IMAGECOMPRESSION_error_imagecompression_not_enabled ( EMH_IMAGECOMPRESSION_error_base + 4 )
48 
52 #define IMAGECOMPRESSION_error_dataset_invalid_named_reference ( EMH_IMAGECOMPRESSION_error_base + 5 )
53 
57 #define IMAGECOMPRESSION_error_invalid_imagetype_pref_value ( EMH_IMAGECOMPRESSION_error_base + 6 )
58 
59 
63 #define IMAGECOMPRESSION_error_primary_constant_not_set ( EMH_IMAGECOMPRESSION_error_base + 7 )
64 
68 #define IMAGECOMPRESSION_error_invalid_primary_type ( EMH_IMAGECOMPRESSION_error_base + 8 )
69 
70 
73 #endif