28 #ifndef itkFastMutexLock_h
29 #define itkFastMutexLock_h
90 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
94 void operator=(const
Self &) ITK_DELETE_FUNCTION;
99 m_SimpleFastMutexLock.
Lock();
104 return m_SimpleFastMutexLock.TryLock();
109 m_SimpleFastMutexLock.Unlock();
Critical section locking class that can be allocated on the stack.
Critical section locking class.
SmartPointer< Self > Pointer
SimpleFastMutexLock m_SimpleFastMutexLock
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Base class for most ITK classes.