This reference page is linked to from the following overview topics: List of Python FBX classes.
Class for exclusive collections.
An object (KFbxObject) should belong to only one exclusive collection at most.
Definition at line 25 of file kfbxcollectionexclusive.h.
#include <kfbxcollectionexclusive.h>
Public Member Functions |
|
bool | AddMember (KFbxObject *pMember) |
Add a member if it's not a member of any
other KFbxCollectionExclusive
objects. |
|
Protected Member Functions |
|
KFbxCollectionExclusive (KFbxSdkManager &pManager, char const *pName) |
KFbxCollectionExclusive | ( | KFbxSdkManager & | pManager, |
char const * | pName | ||
) | [protected] |
bool AddMember | ( | KFbxObject * | pMember | ) | [virtual] |
Add a member if it's not a member of any other KFbxCollectionExclusive objects.
pMember | Object to be added |
Reimplemented from KFbxCollection.