PCL
|
Automatic write-only view lock/unlock. More...
#include <AutoViewLock.h>
Public Member Functions | |
AutoViewWriteLock (View &view) | |
Public Member Functions inherited from pcl::AutoViewLock | |
AutoViewLock (const AutoViewLock &)=delete | |
AutoViewLock (View &view, bool lock=true) | |
~AutoViewLock () | |
void | Lock () |
void | LockForWrite () |
AutoViewLock & | operator= (const AutoViewLock &)=delete |
void | RelockForRead () |
void | Unlock () |
void | UnlockForRead () |
AutoViewWriteLock performs automatic write-only locking/unlocking of View objects. See the documentation for the base class, AutoViewLock, for complete information.
Definition at line 316 of file AutoViewLock.h.
|
inlineexplicit |
Constructs an AutoViewWriteLock object to monitor the specified view and lock it for write operations exclusively.
This constructor is equivalent to the following:
Definition at line 331 of file AutoViewLock.h.