HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfMatrixAttribute.h
Go to the documentation of this file.
1 //
2 // SPDX-License-Identifier: BSD-3-Clause
3 // Copyright (c) Contributors to the OpenEXR Project.
4 //
5 
6 
7 #ifndef INCLUDED_IMF_MATRIX_ATTRIBUTE_H
8 #define INCLUDED_IMF_MATRIX_ATTRIBUTE_H
9 
10 //-----------------------------------------------------------------------------
11 //
12 // class M33fAttribute
13 // class M33dAttribute
14 // class M44fAttribute
15 // class M44dAttribute
16 //
17 //-----------------------------------------------------------------------------
18 
19 #include "ImfExport.h"
20 #include "ImfNamespace.h"
21 
22 #include "ImfAttribute.h"
23 #include <ImathMatrix.h>
24 
25 
26 #if defined(_MSC_VER)
27 // suppress warning about non-exported base classes
28 #pragma warning (push)
29 #pragma warning (disable : 4251)
30 #pragma warning (disable : 4275)
31 #endif
32 
33 
35 
36 
41 
42 #ifndef COMPILING_IMF_MATRIX_ATTRIBUTE
47 #endif
48 
50 
51 #if defined(_MSC_VER)
52 #pragma warning(pop)
53 #endif
54 
55 #endif
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
Definition: ImfNamespace.h:80
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER typedef TypedAttribute< IMATH_NAMESPACE::M33f > M33fAttribute
TypedAttribute< IMATH_NAMESPACE::M33d > M33dAttribute
#define IMF_EXPORT_EXTERN_TEMPLATE
Definition: ImfExport.h:59
TypedAttribute< IMATH_NAMESPACE::M44d > M44dAttribute
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
Definition: ImfNamespace.h:79
TypedAttribute< IMATH_NAMESPACE::M44f > M44fAttribute