HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfVersion.h File Reference
#include "ImfExport.h"
#include "ImfNamespace.h"
+ Include dependency graph for ImfVersion.h:

Go to the source code of this file.

Functions

bool isTiled (int version)
 
bool isMultiPart (int version)
 
bool isNonImage (int version)
 
int makeTiled (int version)
 
int makeNotTiled (int version)
 
int getVersion (int version)
 
int getFlags (int version)
 
bool supportsFlags (int flags)
 
IMF_EXPORT bool isImfMagic (const char bytes[4])
 

Function Documentation

int getFlags ( int  version)
inline

Definition at line 104 of file ImfVersion.h.

int getVersion ( int  version)
inline

Definition at line 99 of file ImfVersion.h.

IMF_EXPORT bool isImfMagic ( const char  bytes[4])
bool isMultiPart ( int  version)
inline

Definition at line 79 of file ImfVersion.h.

bool isNonImage ( int  version)
inline

Definition at line 84 of file ImfVersion.h.

bool isTiled ( int  version)
inline

Definition at line 74 of file ImfVersion.h.

int makeNotTiled ( int  version)
inline

Definition at line 94 of file ImfVersion.h.

int makeTiled ( int  version)
inline

Definition at line 89 of file ImfVersion.h.

bool supportsFlags ( int  flags)
inline

Definition at line 109 of file ImfVersion.h.