fbxsdk/scene/fbxthumbnail.h Source File
Go to the documentation of this file.
13 #ifndef _FBXSDK_SCENE_THUMBNAIL_H_
14 #define _FBXSDK_SCENE_THUMBNAIL_H_
22 class FbxThumbnailMembers;
56 void SetDataFormat(EDataFormat pDataFormat);
61 EDataFormat GetDataFormat()
const;
81 void SetSize(EImageSize pImageSize);
86 EImageSize GetSize()
const;
91 unsigned long GetSizeInBytes()
const;
115 bool SetThumbnailImage(
const FbxUChar* pImage);
121 FbxUChar* GetThumbnailImage()
const;
128 #ifndef DOXYGEN_SHOULD_SKIP_THIS
134 virtual void Destruct(
bool pRecursive);
136 FbxThumbnailMembers* mMembers;
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
FBX SDK environment definition.
virtual FbxObject & Copy(const FbxObject &pObject)
Copy an object content into this object.
FbxPropertyT< FbxInt > CustomHeight
Pixel height of the thumbnail image.
The base class of most FBX objects.
FbxPropertyT< FbxInt > CustomWidth
Pixel width of the thumbnail image.
virtual void Construct(const FbxObject *pFrom)
Optional constructor override, automatically called by default constructor.
virtual void Destruct(bool pRecursive)
Optional destructor override, automatically called by default destructor.
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.
Simple class to hold RGBA values of a thumbnail image.