PxLockedData Class Reference
[Physics]
Parent class for bulk data that is shared between the SDK and the application.
More...
#include <PxLockedData.h>
Inheritance diagram for PxLockedData:

Public Member Functions | |
| virtual PxDataAccessFlags | getDataAccessFlags ()=0 |
| Any combination of PxDataAccessFlag::eREADABLE and PxDataAccessFlag::eWRITABLE. | |
| virtual void | unlock ()=0 |
| Unlocks the bulk data. | |
| virtual | ~PxLockedData () |
| virtual destructor | |
Detailed Description
Parent class for bulk data that is shared between the SDK and the application.Constructor & Destructor Documentation
| virtual PxLockedData::~PxLockedData | ( | ) | [inline, virtual] |
virtual destructor
Member Function Documentation
| virtual PxDataAccessFlags PxLockedData::getDataAccessFlags | ( | ) | [pure virtual] |
Any combination of PxDataAccessFlag::eREADABLE and PxDataAccessFlag::eWRITABLE.
- See also:
- PxDataAccessFlag
Implemented in PxParticleReadData.
| virtual void PxLockedData::unlock | ( | ) | [pure virtual] |
The documentation for this class was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com