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 
17 static const std::string SCANLINEIMAGE = "scanlineimage";
18 static const std::string TILEDIMAGE = "tiledimage";
19 static const std::string DEEPSCANLINE = "deepscanline";
20 static const std::string DEEPTILE = "deeptile";
21 
22 IMF_EXPORT bool isImage(const std::string& name);
23 
24 IMF_EXPORT bool isTiled(const std::string& name);
25 
27 
29 
30 
32 
33 
34 #endif /* IMFPARTTYPE_H_ */
#define OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
Definition: ImfNamespace.h:80
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:79
IMF_EXPORT bool isImage(const std::string &name)