Definition in file kfbximageconverter.h.
#include <kaydaradef.h>
#include <kaydara.h>
#include <klib/kstring.h>
#include <kbaselib_nsuse.h>
#include <kbaselib_forward.h>
#include <kfbxplugins/kfbxobject.h>
#include <fbxfilesdk_nsbegin.h>
#include <fbxfilesdk_nsend.h>
Include dependency graph for kfbximageconverter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ImageConverterBuffer |
class | KFbxImageConverter |
Provides a placeholder of functions to convert from a file format to "raw" data and vice et versa. More... | |
Defines | |
#define | KFBX_DLL K_DLLIMPORT |
Typedefs | |
typedef int(*) | ImageConverterFunction (int pDirection, KString &pFileName, ImageConverterBuffer &pBuffer) |
Variables | |
const int | ColorSpaceRGB = 0 |
const int | ColorSpaceYUV = 1 |
const int | FileToBuffer = 0 |
const int | BufferToFile = 1 |