HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openexr_debug.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_DEBUG_H
7 #define OPENEXR_DEBUG_H
8 
9 #include "openexr_context.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 /** @file */
16 
17 /** Debug function: print to stdout the parts and attributes of the
18  * context @p c
19  */
21 
22 #ifdef __cplusplus
23 } /* extern "C" */
24 #endif
25 
26 #endif /* OPENEXR_DEBUG_H */
const struct _priv_exr_context_t * exr_const_context_t
int32_t exr_result_t
#define EXR_EXPORT
Definition: openexr_conf.h:29
EXR_EXPORT exr_result_t exr_print_context_info(exr_const_context_t c, int verbose)