Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mutex>
#include <thread>
#include "mitkCommon.h"
#include "itkObject.h"
#include "igtlSocket.h"
#include "igtlMessageBase.h"
#include "igtlTransformMessage.h"
#include "MitkOpenIGTLinkExports.h"
#include "mitkIGTLMessageFactory.h"
#include "mitkIGTLMessageQueue.h"
#include "mitkIGTLMessage.h"
Go to the source code of this file.
Classes | |
class | mitk::IGTLDevice |
Interface for all OpenIGTLink Devices. More... | |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Functions | |
mitk::itkEventMacroDeclaration (MessageSentEvent, itk::AnyEvent) | |
connect to this Event to get notified when a message was successfully sent More... | |
mitk::itkEventMacroDeclaration (MessageReceivedEvent, itk::AnyEvent) | |
connect to this Event to get notified when a message was received More... | |
mitk::itkEventMacroDeclaration (CommandReceivedEvent, itk::AnyEvent) | |
connect to this Event to get notified when a command was received More... | |
mitk::itkEventMacroDeclaration (NewClientConnectionEvent, itk::AnyEvent) | |
connect to this Event to get notified when another igtl device connects with this device. More... | |
mitk::itkEventMacroDeclaration (LostConnectionEvent, itk::AnyEvent) | |
connect to this Event to get notified when this device looses the connection to a socket. More... | |