HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfPartType.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 #ifndef IMFPARTTYPE_H_
7 #define IMFPARTTYPE_H_
8 
9 #include "ImfExport.h"
10 #include "ImfNamespace.h"
11 
12 #include <string>
13 
15 
16 static const std::string SCANLINEIMAGE = "scanlineimage";
17 static const std::string TILEDIMAGE = "tiledimage";
18 static const std::string DEEPSCANLINE = "deepscanline";
19 static const std::string DEEPTILE = "deeptile";
20 
21 IMF_EXPORT bool isImage (const std::string& name);
22 
23 IMF_EXPORT bool isTiled (const std::string& name);
24 
26 
28 
30 
31 #endif /* IMFPARTTYPE_H_ */
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
Definition: ImfNamespace.h:83
GLsizei const GLchar *const * string
Definition: glcorearb.h:814
IMF_EXPORT bool isSupportedType(const std::string &name)
IMF_EXPORT bool isTiled(const std::string &name)
IMF_EXPORT bool isDeepData(const std::string &name)
#define IMF_EXPORT
Definition: ImfExport.h:54
GLuint const GLchar * name
Definition: glcorearb.h:786
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
Definition: ImfNamespace.h:80
IMF_EXPORT bool isImage(const std::string &name)