43 #include <kaydaradef.h> 48 #define FBSDK_DLL K_DLLIMPORT 53 #ifdef FBSDKUseNamespace 80 kFBImageInterleaveTypeFullFrame,
81 kFBImageInterleaveTypeOdd,
82 kFBImageInterleaveTypeEven,
83 kFBImageInterleaveTypeAverage
88 kFBImageInterpolationTypeNone,
89 kFBImageInterpolationTypeDuplicate,
90 kFBImageInterpolationTypeLinear
114 FBImage(
const char* pFileName, HIObject pObject=NULL);
118 virtual void FBDelete();
137 unsigned char* GetBufferAddress();
150 bool ConvertSize(
int pWidth,
int pHeight);
162 bool WriteToTif(
const char* pFileName,
const char* pComments,
bool pCompressed);
168 bool IsCompressedTif(
const char* pFileName);
180 #ifdef FBSDKUseNamespace #define __FBClassDeclare(Name, Parent)
For internal use only.
FB_DEFINE_COMPONENT(K_DLLIMPORT, AnimationNode)
Animation node class.
FBPropertyImageInterpolationType InterpolationType
Read Only Property: Image interpolation type.
FBImageInterleaveType
Image field interleave types.
#define FB_DEFINE_ENUM(DllTag, Type)
Define an enum and give it the ability to be a property.
FBPropertyImageType Type
Read Only Property: Image type, refering to either frame or field.
FBPropertyImageFormat Format
Read Write Property: Image data format.
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.
FBPropertyImageInterleaveType InterleaveType
Read Only Property: Image interleave type. Only meaningful if image type is field.
FBPropertyInt Width
Read Write Property: Width of the image in pixels.
class K_DLLIMPORT FBPropertyBase< int, kFBPT_int > FBPropertyInt
Property: int
FBImageInterpolationType
Image interpolation types.
FBImageFormat
Image formats.
MotionBuilder SDK base class.
FBPropertyInt Depth
Read Write Property: Color depth of the image.