69         pthread_mutex_lock(mutex);
 
   75         pthread_mutex_lock(mutex);
 
   79         pthread_mutex_unlock(mutex);
 
   84     pthread_mutex_t *mutex;
 
Locks mutex on construction, unlocks on destruction.
ScopedMutex(pthread_mutex_t &m)
costruct this and lock m
ScopedMutex(pthread_mutex_t *m)
costruct this and lock m
~ScopedMutex()
destroy this and unlock m
Include this file for low-level operations for SE(3) orientations and transformations.