A binding table represents a collection of bindings from source types such as FbxObject, or FbxLayerElements to destinations which can be of similar types.
Definition at line 30 of file fbxbindingtablebase.h.
#include <fbxbindingtablebase.h>

Public Member Functions |
|
| FbxBindingTableEntry & | AddNewEntry () |
| Adds a new entry to the binding table.
|
|
| size_t | GetEntryCount () const |
| Query the number of table entries. |
|
| FbxBindingTableEntry const & | GetEntry (size_t pIndex) const |
| Access a table entry. |
|
| FbxBindingTableEntry & | GetEntry (size_t pIndex) |
| Access a table entry. |
|
| FbxBindingTableEntry const * | GetEntryForSource (char const *pSrcName) const |
| Retrieve the table entry for the given
source value. |
|
| FbxBindingTableEntry const * | GetEntryForDestination (char const *pDestName) const |
| Retrieve the table entry for the given
destination value. |
|
| virtual FbxObject & | Copy (const FbxObject &pObject) |
| Copy an object content into this object.
|
|
Protected Member Functions |
|
| FbxBindingTableBase (FbxManager &pManager, char const *pName) | |
| virtual | ~FbxBindingTableBase ()=0 |
| FbxBindingTableBase | ( | FbxManager & | pManager, |
| char const * | pName | ||
| ) | [protected] |
| virtual ~FbxBindingTableBase | ( | ) | [protected, pure virtual] |
| FbxBindingTableEntry& AddNewEntry | ( | ) |
| size_t GetEntryCount | ( | ) | const |
Query the number of table entries.
| FbxBindingTableEntry const& GetEntry | ( | size_t | pIndex | ) | const |
Access a table entry.
| pIndex | Valid range is [0, GetEntryCount()-1]. |
| FbxBindingTableEntry& GetEntry | ( | size_t | pIndex | ) |
Access a table entry.
| pIndex | Valid range is [0, GetEntryCount()-1]. |
| FbxBindingTableEntry const* GetEntryForSource | ( | char const * | pSrcName | ) | const |
Retrieve the table entry for the given source value.
| pSrcName | The source value to query. |
| FbxBindingTableEntry const* GetEntryForDestination | ( | char const * | pDestName | ) | const |
Retrieve the table entry for the given destination value.
| pDestName | The destination value to query. |
Copy an object content into this object.
| pObject | The source object to copy data from. |
Reimplemented from FbxObject.