fbxreader.h File Reference

#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/core/base/fbxerror.h>
#include <fbxsdk/fileio/fbx/fbxio.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>

Go to the source code of this file.

Classes

class   FbxReader
  Base class of other readers used internally. More...

Defines

#define  IOS_REF   (*GetIOSettings())
  Helper to access the IOSetting object pointer as a ref ex: IOS_REF.GetBoolProp( ... );.

Detailed Description

Definition in file fbxreader.h.


Define Documentation

#define IOS_REF   (*GetIOSettings())

Helper to access the IOSetting object pointer as a ref ex: IOS_REF.GetBoolProp( ... );.

Examples:
Common/Common.cxx, and ExportDocument/main.cxx.

Definition at line 326 of file fbxreader.h.