FBX C++ API Reference
FbxStatusGlobal Class Reference

Global accessor to an FbxStatus object. More...

#include <fbxutils.h>

Static Public Member Functions

static FbxStatusGetRef ()
 

Detailed Description

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.

Examples:
MyOwnWriterReader/MyOwnReader.cxx, and MyOwnWriterReader/MyOwnWriter.cxx.

Definition at line 150 of file fbxutils.h.

Member Function Documentation

static FbxStatus& GetRef ( )
inlinestatic

Definition at line 153 of file fbxutils.h.

154  {
155  if( !mStatusPtr )
156  {
157  mStatusPtr = FbxNew<FbxStatus>();
158  }
159  return *mStatusPtr;
160  }

The documentation for this class was generated from the following file: