fbsdk/fbimage.h Source File
Go to the documentation of this file.
48 #define FBSDK_DLL K_DLLIMPORT
53 #ifdef FBSDKUseNamespace
118 virtual void FBDelete();
143 unsigned char* GetBufferAddress();
156 bool ConvertSize(
int pWidth,
int pHeight);
168 bool WriteToTif(
const char* pFileName,
const char* pComments,
bool pCompressed);
174 bool IsCompressedTif(
const char* pFileName);
186 #ifdef FBSDKUseNamespace
#define __FBClassDeclare(Name, Parent)
For internal use only.
FBImageInterleaveType
Image field interleave types.
#define FB_DEFINE_COMPONENT(DllTag, Type)
Define a component and give it the ability to be a property.
FBPropertyImageInterpolationType InterpolationType
Read Only Property: Image interpolation type.
class FBPropertyBaseEnum< enum FBImageInterpolationType > FBPropertyImageInterpolationType
FBImageFormat
Image formats.
FBPropertyImageType Type
Read Only Property: Image type, refering to either frame or field.
#define FB_DEFINE_ENUM(DllTag, Type)
Define an enum and give it the ability to be a property.
FBPropertyInt Width
Read Write Property: Width of the image in pixels.
MotionBuilder SDK base class.
FBImageInterpolationType
Image interpolation types.
FBPropertyInt Height
Read Write Property: Height of the image in pixels.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
#define __FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.
#define FBSDKNamespace
FBSDKNamespace define.
class FBPropertyBaseEnum< enum FBImageInterleaveType > FBPropertyImageInterleaveType
FBPropertyImageInterleaveType InterleaveType
Read Only Property: Image interleave type.
#define K_DEPRECATED_2014
class FBPropertyBase< int, kFBPT_int > FBPropertyInt
Property: int
class FBPropertyBaseEnum< enum FBImageFormat > FBPropertyImageFormat
FBPropertyInt Depth
Read Write Property: Color depth of the image.
class FBPropertyBaseEnum< enum FBImageType > FBPropertyImageType
FBPropertyImageFormat Format
Read Write Property: Image data format.