#include <vector>
#include <map>
#include "itkMutexLock.h"
#include "itkConditionVariable.h"
#include "itkMultiThreader.h"
#include "igstkObject.h"
#include "igstkStateMachine.h"
#include "igstkTransform.h"
#include "igstkFrame.h"
#include "igstkPulseGenerator.h"
#include "igstkVideoImagerTool.h"
#include "igstkCoordinateSystemInterfaceMacros.h"
Go to the source code of this file.
Classes | |
class | igstk::VideoImager |
Abstract superclass for concrete IGSTK VideoImager classes. More... | |
Namespaces | |
namespace | igstk |
This file contains the declarations of IGSTK Events used to communicate among components. | |
Functions | |
igstk::igstkEventMacro (VideoImagerEvent, StringEvent) | |
igstk::igstkEventMacro (VideoImagerErrorEvent, IGSTKErrorWithStringEvent) | |
igstk::igstkEventMacro (VideoImagerOpenEvent, VideoImagerEvent) | |
igstk::igstkEventMacro (VideoImagerOpenErrorEvent, VideoImagerErrorEvent) | |
igstk::igstkEventMacro (VideoImagerCloseEvent, VideoImagerEvent) | |
igstk::igstkEventMacro (VideoImagerCloseErrorEvent, VideoImagerErrorEvent) | |
igstk::igstkEventMacro (VideoImagerInitializeEvent, VideoImagerEvent) | |
igstk::igstkEventMacro (VideoImagerInitializeErrorEvent, VideoImagerErrorEvent) | |
igstk::igstkEventMacro (VideoImagerStartImagingEvent, VideoImagerEvent) | |
igstk::igstkEventMacro (VideoImagerStartImagingErrorEvent, VideoImagerErrorEvent) | |
igstk::igstkEventMacro (VideoImagerStopImagingEvent, VideoImagerEvent) | |
igstk::igstkEventMacro (VideoImagerStopImagingErrorEvent, VideoImagerErrorEvent) | |
igstk::igstkEventMacro (VideoImagerUpdateStatusEvent, VideoImagerEvent) | |
igstk::igstkEventMacro (VideoImagerUpdateStatusErrorEvent, VideoImagerErrorEvent) |