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