FbxStatusGlobal Class Reference
 
 
 
FbxStatusGlobal Class Reference

#include <fbxutils.h>


Class 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 146 of file fbxutils.h.

List of all members.

Static Public Member Functions

static FbxStatus GetRef ()

Member Function Documentation

static FbxStatus& GetRef ( ) [inline, static]

Definition at line 149 of file fbxutils.h.

        { 
                if( !mStatusPtr )
                { 
                        mStatusPtr = FbxNew<FbxStatus>(); 
                } 
                return *mStatusPtr; 
        }

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