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 87 of file ImfVersion.h.

int getVersion ( int  version)
inline

Definition at line 86 of file ImfVersion.h.

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

Definition at line 82 of file ImfVersion.h.

bool isNonImage ( int  version)
inline

Definition at line 83 of file ImfVersion.h.

bool isTiled ( int  version)
inline

Definition at line 81 of file ImfVersion.h.

int makeNotTiled ( int  version)
inline

Definition at line 85 of file ImfVersion.h.

int makeTiled ( int  version)
inline

Definition at line 84 of file ImfVersion.h.

bool supportsFlags ( int  flags)
inline

Definition at line 88 of file ImfVersion.h.