Public Member Functions | Private Member Functions | Private Attributes | List of all members
PxSceneWriteLock Class Reference

RAII wrapper for the PxScene write lock. More...

#include <PxSceneLock.h>

Collaboration diagram for PxSceneWriteLock:
Collaboration graph
[legend]

Public Member Functions

 PxSceneWriteLock (PxScene &scene, const char *file=NULL, PxU32 line=0)
 Constructor. More...
 
 ~PxSceneWriteLock ()
 

Private Member Functions

 PxSceneWriteLock (const PxSceneWriteLock &)
 
PxSceneWriteLockoperator= (const PxSceneWriteLock &)
 

Private Attributes

PxScenemScene
 

Detailed Description

RAII wrapper for the PxScene write lock.

Use this class as follows to lock the scene for writing by the current thread for the duration of the enclosing scope:

PxSceneWriteLock lock(sceneRef);
See Also
PxScene::lockWrite(), PxScene::unlockWrite(), PxSceneFlag::eREQUIRE_RW_LOCK

Constructor & Destructor Documentation

PxSceneWriteLock::PxSceneWriteLock ( const PxSceneWriteLock )
private
PxSceneWriteLock::PxSceneWriteLock ( PxScene scene,
const char *  file = NULL,
PxU32  line = 0 
)
inline

Constructor.

Parameters
sceneThe scene to lock for writing
fileOptional string for debugging purposes
lineOptional line number for debugging purposes
PxSceneWriteLock::~PxSceneWriteLock ( )
inline

Member Function Documentation

PxSceneWriteLock& PxSceneWriteLock::operator= ( const PxSceneWriteLock )
private

Member Data Documentation

PxScene& PxSceneWriteLock::mScene
private

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