#include <ImFusion/Stream/StreamSettings.h>
Settings for the Stream plugin.
More...
Settings for the Stream plugin.
|
| void | configuration (Properties *p) const override |
| | Serialize the current object configuration into the given Properties object.
|
| virtual void | configure (const Properties *p) |
| | Configure this object instance by de-serializing the given Properties.
|
| virtual void | configureDefaults () |
| | Retrieve the properties of this object, replaces values with their defaults and sets it again.
|
|
void | registerParameter (ParameterBase *param) |
| | Register the given Parameter or SubProperty, so that it will be configured during configure()/configuration().
|
|
void | unregisterParameter (const ParameterBase *param) |
| | Remove the given Parameter or SubProperty from the list of registered parameters.
|
|
| Configurable (const Configurable &rhs) |
|
| Configurable (Configurable &&rhs) noexcept |
|
Configurable & | operator= (const Configurable &) |
|
Configurable & | operator= (Configurable &&) noexcept |
◆ configuration()
| void ImFusion::StreamSettings::configuration |
( |
Properties * | p | ) |
const |
|
overridevirtual |
◆ trackingStreamHistory
Initial value:{"trackingStreamHistory",
this}
@ Limited
Tracking sequence of fixed size.
Definition TrackingStreamDisplayOptions.h:28
Tracking stream default display options.
◆ trackingStreamIndicator
Initial value:{"trackingStreamIndicator",
this}
@ CoordinateSystem
a cartesian coordinate system
Definition GlTrackingSequence.h:31
◆ trackingStreamVisualizationMatrixConvetion
Initial value:{
"trackingStreamVisualizationMatrixConvetion",
this}
@ CalibrationRegistration
Consider calibration and registration for visualization.
Definition TrackingStreamDisplayOptions.h:22
The documentation for this class was generated from the following file:
- ImFusion/Stream/StreamSettings.h