IGSTK
|
#include "igstkLogger.h"
#include "itkSpatialObject.h"
#include "igstkMacros.h"
#include "igstkObject.h"
#include "igstkStateMachine.h"
#include "igstkEvents.h"
#include "igstkCoordinateSystemInterfaceMacros.h"
Go to the source code of this file.
Classes | |
class | igstk::SpatialObject |
Geometrical abstraction of physical objects present in the surgical scene. More... |
Namespaces | |
namespace | igstk |
This file contains the declarations of IGSTK Events used to communicate among components. |
Functions | |
igstk::igstkLoadedObjectEventMacro (SpatialObjectModifiedEvent, IGSTKEvent, SpatialObject) | |
Event to be invoked when the state of the SpatialObject changes. | |
igstk::igstkEventMacro (SpatialObjectNotAvailableEvent, IGSTKErrorEvent) | |
Event to be send to observers that request a SpatialObject, when the spatial object is not yet ready at the provider. |