HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openexr.h
Go to the documentation of this file.
1 /*
2 ** SPDX-License-Identifier: BSD-3-Clause
3 ** Copyright Contributors to the OpenEXR Project.
4 */
5 
6 #ifndef OPENEXR_CORE_H
7 #define OPENEXR_CORE_H
8 
9 #include "openexr_conf.h"
10 
11 #include "openexr_base.h"
12 #include "openexr_errors.h"
13 
14 #include "openexr_context.h"
15 #include "openexr_attr.h"
16 
17 #include "openexr_part.h"
18 
19 #include "openexr_std_attr.h"
20 
21 #include "openexr_chunkio.h"
22 
23 #include "openexr_decode.h"
24 #include "openexr_encode.h"
25 
26 #include "openexr_debug.h"
27 
28 #endif /* OPENEXR_CORE_H */