SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Public Member Functions | Public Attributes | List of all members
CVD::Lock Struct Reference

#include <synchronized.h>

Public Member Functions

 Lock (const Synchronized &obj)
 
virtual ~Lock ()
 

Public Attributes

const SynchronizedmyObject
 

Detailed Description

A utility class for locking and unlocking Synchronized objects automatically. A Lock object should be declared on the stack in the same scope as the object to be locked. When the Lock object goes out of scope, the mutex is released. This is especially useful in code that throws exceptions.

Definition at line 40 of file synchronized.h.

Constructor & Destructor Documentation

CVD::Lock::Lock ( const Synchronized obj)
inline

Definition at line 42 of file synchronized.h.

virtual CVD::Lock::~Lock ( )
inlinevirtual

Definition at line 43 of file synchronized.h.

Member Data Documentation

const Synchronized& CVD::Lock::myObject

Definition at line 41 of file synchronized.h.


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