33 #ifndef __igtlFastMutexLock_h 34 #define __igtlFastMutexLock_h 90 void PrintSelf(std::ostream& os)
const;
94 void operator=(
const Self&);
100 m_SimpleFastMutexLock.Lock();
105 m_SimpleFastMutexLock.Unlock();
Critical section locking class.
#define igtlTypeMacro(thisClass, superclass)
The "igtl" namespace contains all OpenIGTLink classes. There are several nested namespaces within the...
SmartPointer< const Self > ConstPointer
SimpleFastMutexLock m_SimpleFastMutexLock
SmartPointer< Self > Pointer
Critical section locking class that can be allocated on the stack.
Base class for most igtl classes.