ImfDeepImageStateAttribute.h 849 B

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