#include <ImFusion/Stream/IGTL/TrackingMessage.h>
Tracking message used for OpenIGTLink connections.
More...
Tracking message used for OpenIGTLink connections.
|
|
typedef TrackingMessage | Self |
| | Smart pointer typedef support.
|
| |
|
typedef igtl::TransformMessage | Superclass |
| |
|
typedef igtl::SmartPointer< Self > | Pointer |
| |
|
typedef igtl::SmartPointer< const Self > | ConstPointer |
| |
|
|
| igtlTypeMacro (TrackingMessage, igtl::MessageBase) |
| |
|
| igtlNewMacro (TrackingMessage) |
| |
|
void | setQuality (float quality) |
| | Sets the quality of tracking data.
|
| |
|
float | quality () const |
| | Returns the quality of tracking data.
|
| |
|
|
| TrackingMessage () |
| | Use the static method New() to instantiate.
|
| |
|
int | GetBodyPackSize () override |
| |
|
int | PackBody () override |
| |
|
int | UnpackBody () override |
| |
|
|
float | m_quality |
| | Quality of the tracking data, will be NaN if quality is not provided.
|
| |
|
|
static const int | m_messageSize |
| | Packed body size of this message, [byte].
|
| |
The documentation for this class was generated from the following file:
- ImFusion/Stream/IGTL/TrackingMessage.h