FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fbxclassid.h File Reference

Classes

class  FbxClassId
 Internal class used to differentiate objects during run-time. More...
 
struct  FbxClassIdCompare
 Functor to compare FbxClassId. More...
 

Typedefs

typedef FbxObject *(* FbxObjectCreateProc) (FbxManager &pManager, const char *pName, const FbxObject *pFrom)
 The function pointer type for object constructor functions. More...
 

Typedef Documentation

◆ FbxObjectCreateProc

typedef FbxObject*(* FbxObjectCreateProc) (FbxManager &pManager, const char *pName, const FbxObject *pFrom)

The function pointer type for object constructor functions.

Definition at line 26 of file fbxclassid.h.

Go to the source code of this file.