| 
| void  | Destroy () | 
|   | 
| template<class T >  | 
| T *  | GetPropertyItem (const T *pItemType, FbxInt pIndex, FbxPropertyPage **pFoundIn=0) const  | 
|   | 
| template<class T >  | 
| T *  | ChangePropertyItemState (const T *pItemType, FbxInt pIndex, FbxPropertyFlags::EInheritType pInheritType) | 
|   | 
| template<class T >  | 
| FbxPropertyPage *  | GetFirstPropertyItem (FbxInt pId, const T *pItem) const  | 
|   | 
| const char *  | GetName (FbxInt pId=0) | 
|   | 
| const char *  | GetLabel (FbxInt pId=0) | 
|   | 
| bool  | SetLabel (FbxInt pId=0, const char *pLabel="") | 
|   | 
| void *  | GetUserData (FbxInt pId=0) | 
|   | 
| bool  | SetUserData (FbxInt pId=0, const void *pUserData=0) | 
|   | 
| int  | GetUserTag (FbxInt pId=0) | 
|   | 
| bool  | SetUserTag (FbxInt pId=0, int pUserTag=0) | 
|   | 
| EFbxType  | GetType (FbxInt pId=0) const  | 
|   | 
| FbxInt  | GetParent (FbxInt pId=0) const  | 
|   | 
| FbxPropertyPage *  | GetTypeInfo (FbxInt pId=0) | 
|   | 
| FbxInt  | Add (FbxInt pParentId, const char *pName, EFbxType pType) | 
|   | 
| FbxInt  | Add (FbxInt pParentId, const char *pName, FbxPropertyPage *pTypeInfo) | 
|   | 
| bool  | Reparent (FbxInt, FbxInt) | 
|   | 
| bool  | IsChildOf (FbxInt pId, FbxInt pParentId) const  | 
|   | 
| bool  | IsDescendentOf (FbxInt pId, FbxInt pAncestorId) const  | 
|   | 
| FbxInt  | GetChild (FbxInt pParentId=0) const  | 
|   | Retrieves the first child property id of a specified property id.  More...
  | 
|   | 
| FbxInt  | GetSibling (FbxInt pId) const  | 
|   | Retrieves the next sibling property id of a specified property id.  More...
  | 
|   | 
| FbxInt  | GetFirstDescendent (FbxInt pAnscestorId=0) const  | 
|   | Retrieves the first descendent property id of a specified property id.  More...
  | 
|   | 
| FbxInt  | GetNextDescendent (FbxInt pAnscestorId, FbxInt pId) const  | 
|   | Retrieves the next descendent property id of a specified property id, with given a descendent property id.  More...
  | 
|   | 
| FbxInt  | FastFind (FbxInt pId, const char *pName, FbxPropertyPage *pTypeInfo, bool pCaseSensitive) | 
|   | 
| FbxInt  | Find (FbxInt pId, const char *pName, FbxPropertyPage *pTypeInfo, bool pCaseSensitive, const char *pChildrenSeparators) | 
|   | 
| int  | AddEnumValue (FbxInt pId, const char *pStringValue) | 
|   | 
| void  | InsertEnumValue (FbxInt pId, int pIndex, const char *pStringValue) | 
|   | 
| int  | GetEnumCount (FbxInt pId) | 
|   | 
| void  | SetEnumValue (FbxInt pId, int pIndex, const char *pStringValue) | 
|   | 
| void  | RemoveEnumValue (FbxInt pId, int pIndex) | 
|   | 
| char *  | GetEnumValue (FbxInt pId, int pIndex) | 
|   | 
| void  | ClearConnectCache (FbxInt pId) | 
|   | 
| void  | WipeAllConnections (FbxInt pId) | 
|   | 
| bool  | ConnectSrc (FbxInt pDstId, FbxPropertyPage *pSrcPage, FbxInt pSrcId, FbxConnection::EType pType) | 
|   | 
| bool  | DisconnectSrc (FbxInt pDstId, FbxPropertyPage *pSrcPage, FbxInt pSrcId) | 
|   | 
| bool  | IsConnectedSrc (FbxInt pDstId, FbxPropertyPage *pSrcPage, FbxInt pSrcId) | 
|   | 
| int  | GetSrcCount (FbxInt pId, FbxConnectionPointFilter *pFilter) | 
|   | 
| bool  | GetSrc (FbxInt pId, int pIndex, FbxConnectionPointFilter *pFilter, FbxPropertyPage **pSrcPage, FbxInt *pSrcId) | 
|   | 
| bool  | ConnectDst (FbxInt pSrcId, FbxPropertyPage *pDstPage, FbxInt pDstId, FbxConnection::EType pType) | 
|   | 
| bool  | DisconnectDst (FbxInt pSrcId, FbxPropertyPage *pDstPage, FbxInt pDstId) | 
|   | 
| bool  | IsConnectedDst (FbxInt pSrcId, FbxPropertyPage *pDstPage, FbxInt pDstId) | 
|   | 
| int  | GetDstCount (FbxInt pId, FbxConnectionPointFilter *pFilter) | 
|   | 
| bool  | GetDst (FbxInt pId, int pIndex, FbxConnectionPointFilter *pFilter, FbxPropertyPage **pDstPage, FbxInt *pDstId) | 
|   | 
| bool  | HasMinMax (FbxInt pId, FbxPropertyInfo::EValueIndex pValueId) const  | 
|   | 
| bool  | GetMinMax (FbxInt pId, FbxPropertyInfo::EValueIndex pValueId, void *pValue, EFbxType pValueType) | 
|   | 
| bool  | SetMinMax (FbxInt pId, FbxPropertyInfo::EValueIndex pValueId, const void *pValue, EFbxType pValueType) | 
|   | 
| bool  | Get (FbxInt pId, void *pValue, EFbxType pValueType) | 
|   | 
| bool  | Set (FbxInt pId, const void *pValue, EFbxType pValueType, bool pCheckValueEquality) | 
|   | 
| FbxPropertyFlags::EInheritType  | GetValueInherit (FbxInt pId, bool pCheckInstanceOf) const  | 
|   | 
| bool  | SetValueInherit (FbxInt pId, FbxPropertyFlags::EInheritType pType) | 
|   | 
| bool  | GetDefaultValue (FbxInt pId, void *pValue, EFbxType pValueType) const  | 
|   | 
| template<class T >  | 
| bool  | Set (FbxInt pId, const T &pValue) | 
|   | 
| template<class T >  | 
| T  | Get (FbxInt pId, const T *pFBX_TYPE) | 
|   | 
| void  | SetDataPtr (void *pDataPtr) | 
|   | 
| void *  | GetDataPtr () const  | 
|   | 
| void  | PushPropertiesToParentInstance () | 
|   | 
| const FbxPropertyPage *  | GetInstanceOf () const  | 
|   | 
| FbxPropertyPage *  | GetInstanceOf () | 
|   | 
| const FbxArray< FbxPropertyPage * > &  | GetInstances () const  | 
|   | 
| FbxArray< FbxPropertyPage * > &  | GetInstances () | 
|   | 
| FbxPropertyFlags::EFlags  | GetFlags (FbxInt pId=0) const  | 
|   | 
| bool  | ModifyFlags (FbxInt pId=0, FbxPropertyFlags::EFlags pFlags=FbxPropertyFlags::eNone, bool pValue=true, bool pCheckFlagEquality=true) | 
|   | 
| FbxPropertyFlags::EInheritType  | GetFlagsInheritType (FbxPropertyFlags::EFlags pFlags, bool pCheckInstanceOf, FbxInt pId=0) const  | 
|   | 
| bool  | SetFlagsInheritType (FbxPropertyFlags::EInheritType pInheritType, FbxPropertyFlags::EFlags pFlags, FbxInt pId=0) | 
|   | 
| void  | BeginCreateOrFindProperty () | 
|   | 
| void  | EndCreateOrFindProperty () | 
|   | 
 | 
| class  | FbxPropertyHandle | 
|   | 
| template<typename T >  | 
| T *  | fbxsdk::FbxNew () | 
|   | 
| template<typename T , typename T1 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1) | 
|   | 
| template<typename T , typename T1 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1) | 
|   | 
| template<typename T , typename T1 , typename T2 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2) | 
|   | 
| template<typename T , typename T1 , typename T2 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2) | 
|   | 
| template<typename T , typename T1 , typename T2 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2) | 
|   | 
| template<typename T , typename T1 , typename T2 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, const T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2, T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2, const T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, const T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, const T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, const T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2, T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2, T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2, const T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, const T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, const T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (T1 &p1, T2 &p2, T3 &p3, T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, T3 &p3, T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, T3 &p3, T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, const T3 &p3, T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, T3 &p3, const T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, T2 &p2, T3 &p3, T4 &p4, const T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, T3 &p3, const T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, T3 &p3, T4 &p4, const T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4, T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, T4 &p4, const T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4, const T5 &p5) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4, const T5 &p5, const T6 &p6) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4, const T5 &p5, const T6 &p6, const T7 &p7) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4, const T5 &p5, const T6 &p6, const T7 &p7, const T8 &p8) | 
|   | 
| template<typename T , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 >  | 
| T *  | fbxsdk::FbxNew (const T1 &p1, const T2 &p2, const T3 &p3, const T4 &p4, const T5 &p5, const T6 &p6, const T7 &p7, const T8 &p8, const T9 &p9) | 
|   | 
| template<typename T >  | 
| void  | fbxsdk::FbxDelete (T *p) | 
|   | 
| template<typename T >  | 
| void  | fbxsdk::FbxDelete (const T *p) | 
|   | 
| template<typename T >  | 
| T *  | fbxsdk::FbxNewArray (const int n) | 
|   | 
| template<typename T >  | 
| void  | fbxsdk::FbxDeleteArray (T *p) | 
|   |