This reference page is linked to from the following overview topics: List of Python Fbx classes.
Class for exclusive collections.
An object (FbxObject) should belong to only one exclusive collection at most.
Definition at line 25 of file fbxcollectionexclusive.h.
#include <fbxcollectionexclusive.h>

Public Member Functions |
|
| bool | AddMember (FbxObject *pMember) |
| Add a member if it's not a member of any
other FbxCollectionExclusive
objects. |
|
Protected Member Functions |
|
| FbxCollectionExclusive (FbxManager &pManager, const char *pName) | |
| FbxCollectionExclusive | ( | FbxManager & | pManager, |
| const char * | pName | ||
| ) | [protected] |
| bool AddMember | ( | FbxObject * | pMember | ) | [virtual] |
Add a member if it's not a member of any other FbxCollectionExclusive objects.
| pMember | Object to be added |
Reimplemented from FbxCollection.