#include <fbxutils.h>
Global accessor to an FbxStatus object.
This object is not used internally by the FBX SDK. It is provided for convenience and its usage is shown in the custom reader/writers samples.
MyOwnWriterReader/MyOwnReader.cxx, and MyOwnWriterReader/MyOwnWriter.cxx.
Definition at line 146 of file fbxutils.h.
Static Public Member Functions |
|
| static FbxStatus & | GetRef () |
| static FbxStatus& GetRef | ( | ) | [inline, static] |
Definition at line 149 of file fbxutils.h.
{
if( !mStatusPtr )
{
mStatusPtr = FbxNew<FbxStatus>();
}
return *mStatusPtr;
}