#include <fbsystem.h>
Definition at line 373 of file fbsystem.h.
Public Member Functions |
|
FBPlotOptions () | |
Constructor. |
|
Public Attributes |
|
bool | mPlotAllTakes |
Should we plot all takes? |
|
bool | mPlotOnFrame |
Should we plot on frame? |
|
FBTime | mPlotPeriod |
The plot period (1/fps). |
|
FBRotationFilter | mRotationFilterToApply |
The rotation filter to apply. |
|
bool | mUseConstantKeyReducer |
Should we use a constant key reducer with
the filter? |
|
bool | mConstantKeyReducerKeepOneKey |
Should the constant key reducer keep at
least one key? |
|
bool | mPlotTranslationOnRootOnly |
Should we plot the translation on root only?
|
|
bool | mPreciseTimeDiscontinuities |
Should we use precise time dicontinuities?
|
FBPlotOptions | ( | ) |
Constructor.
bool mPlotAllTakes |
Should we plot all takes?
Definition at line 381 of file fbsystem.h.
bool mPlotOnFrame |
Should we plot on frame?
Definition at line 382 of file fbsystem.h.
The plot period (1/fps).
Definition at line 383 of file fbsystem.h.
The rotation filter to apply.
Definition at line 384 of file fbsystem.h.
Should we use a constant key reducer with the filter?
Definition at line 385 of file fbsystem.h.
Should the constant key reducer keep at least one key?
Definition at line 386 of file fbsystem.h.
Should we plot the translation on root only?
Definition at line 387 of file fbsystem.h.
Should we use precise time dicontinuities?
Definition at line 388 of file fbsystem.h.