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

source code of include/OpenEXR/ImfDeepImageStateAttribute.h