Public Member Functions | List of all members
PxLockedData Class Referenceabstract

Parent class for bulk data that is shared between the SDK and the application. More...

#include <PxLockedData.h>

Inheritance diagram for PxLockedData:
Inheritance graph
[legend]

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...
 

Detailed Description

Parent class for bulk data that is shared between the SDK and the application.

Constructor & Destructor Documentation

virtual PxLockedData::~PxLockedData ( )
inlinevirtual

virtual destructor

Member Function Documentation

virtual PxDataAccessFlags PxLockedData::getDataAccessFlags ( )
pure virtual
virtual void PxLockedData::unlock ( )
pure virtual

Unlocks the bulk data.

Implemented in PxParticleReadData.


The documentation for this class was generated from the following file:


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com