| 1 | // |
|---|---|
| 2 | // SPDX-License-Identifier: BSD-3-Clause |
| 3 | // Copyright (c) Contributors to the OpenEXR Project. |
| 4 | // |
| 5 | |
| 6 | |
| 7 | #ifndef INCLUDED_IMF_COMPRESSION_ATTRIBUTE_H |
| 8 | #define INCLUDED_IMF_COMPRESSION_ATTRIBUTE_H |
| 9 | |
| 10 | //----------------------------------------------------------------------------- |
| 11 | // |
| 12 | // class CompressionAttribute |
| 13 | // |
| 14 | //----------------------------------------------------------------------------- |
| 15 | |
| 16 | #include "ImfAttribute.h" |
| 17 | #include "ImfCompression.h" |
| 18 | |
| 19 | OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER |
| 20 | |
| 21 | |
| 22 | typedef TypedAttribute<OPENEXR_IMF_INTERNAL_NAMESPACE::Compression> CompressionAttribute; |
| 23 | |
| 24 | #ifndef COMPILING_IMF_COMPRESSION_ATTRIBUTE |
| 25 | extern template class IMF_EXPORT_EXTERN_TEMPLATE TypedAttribute<OPENEXR_IMF_INTERNAL_NAMESPACE::Compression>; |
| 26 | #endif |
| 27 | |
| 28 | |
| 29 | OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT |
| 30 | |
| 31 | |
| 32 | #endif |
| 33 |
