HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IexConfig.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: BSD-3-Clause
2 // Copyright (c) Contributors to the OpenEXR Project.
3 
4 // This file is auto-generated by the cmake configure step
5 
6 #ifndef INCLUDED_IEX_CONFIG_H
7 #define INCLUDED_IEX_CONFIG_H 1
8 
9 #pragma once
10 
11 //
12 //
13 // C++ namespace configuration / options
14 
15 // automated formatting does not handle the cmake tags well
16 // clang-format off
17 
18 //
19 // Current internal library namespace name
20 //
21 #define IEX_INTERNAL_NAMESPACE_CUSTOM 0
22 #define IEX_INTERNAL_NAMESPACE Iex_3_2
23 
24 //
25 // Current public user namespace name
26 //
27 
28 #define IEX_NAMESPACE_CUSTOM 0
29 #define IEX_NAMESPACE Iex
30 
31 // clang-format on
32 
33 #endif // INCLUDED_IEX_CONFIG_H