FBX C++ API Reference
|
#include <fbxlayer.h>
Public Member Functions | |
FbxLayerElementArrayReadLock (FbxLayerElementArray &pArray) | |
~FbxLayerElementArrayReadLock () | |
const T * | GetData () const |
This class provides simple RAII-style read locking of a FbxLayerElementArray object.
Definition at line 828 of file fbxlayer.h.
|
inline |
On construction, this class requires the read lock.
Definition at line 833 of file fbxlayer.h.
|
inline |
On destruction, this class releases the read lock.
Definition at line 841 of file fbxlayer.h.
|
inline |
Retrieve the locked array data.
Definition at line 852 of file fbxlayer.h.