#include <GU_DetailHandle.h>
NOTE: Locking is no longer encouraged, and never was enforced. Use .gdpNC() instead (after ensuring uniqueness)
- Examples:
- RAY/RAY_DemoFile.C, SIM/SIM_ForceOrbit.C, SIM/SNOW_Solver.C, and SOP/SOP_BouncyAgent.C.
Definition at line 319 of file GU_DetailHandle.h.
GU_DetailHandleAutoWriteLock::GU_DetailHandleAutoWriteLock |
( |
const GU_DetailHandle & |
handle | ) |
|
|
inline |
GU_DetailHandleAutoWriteLock::~GU_DetailHandleAutoWriteLock |
( |
| ) |
|
|
inline |
GU_Detail* GU_DetailHandleAutoWriteLock::getGdp |
( |
| ) |
const |
|
inline |
bool GU_DetailHandleAutoWriteLock::isValid |
( |
| ) |
const |
|
inline |
SYS_SAFE_BOOL GU_DetailHandleAutoWriteLock::operator bool |
( |
| ) |
const |
|
inline |
Safe-bool operator to return whether the handle is valid.
Definition at line 340 of file GU_DetailHandle.h.
GU_Detail& GU_DetailHandleAutoWriteLock::operator* |
( |
| ) |
const |
|
inline |
GU_Detail* GU_DetailHandleAutoWriteLock::operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: