Parent class for bulk data that is shared between the SDK and the application. More...
#include <PxLockedData.h>
Public Member Functions | |
virtual PxDataAccessFlags | getDataAccessFlags ()=0 |
Any combination of PxDataAccessFlag::eREADABLE and PxDataAccessFlag::eWRITABLE. More... | |
virtual void | unlock ()=0 |
Unlocks the bulk data. More... | |
virtual | ~PxLockedData () |
virtual destructor More... | |
Parent class for bulk data that is shared between the SDK and the application.
|
inlinevirtual |
virtual destructor
|
pure virtual |
Any combination of PxDataAccessFlag::eREADABLE and PxDataAccessFlag::eWRITABLE.
Implemented in PxParticleReadData.
|
pure virtual |
Unlocks the bulk data.
Implemented in PxParticleReadData.