ImfTimeCodeAttribute.h 828 B

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