Option parameters for plotting. More...
#include <fbapplication.h>
Public Member Functions | |
FBPlotOptions () | |
Constructor. More... | |
Public Attributes | |
bool | mPlotAllTakes |
Should we plot all takes? More... | |
bool | mPlotOnFrame |
Should we plot on frame? More... | |
FBTime | mPlotPeriod |
The plot period (1/fps). More... | |
FBRotationFilter | mRotationFilterToApply |
The rotation filter to apply. More... | |
FBPlotTangentMode | mPlotTangentMode |
The tangent mode for plotted curve. More... | |
bool | mUseConstantKeyReducer |
Should we use a constant key reducer with the filter? More... | |
bool | mConstantKeyReducerKeepOneKey |
Should the constant key reducer keep at least one key? More... | |
bool | mPlotTranslationOnRootOnly |
Should we plot the translation on root only? More... | |
bool | mPreciseTimeDiscontinuities |
Should we use precise time discontinuities? More... | |
bool | mPlotLockedProperties |
Should we plot locked properties? More... | |
bool | mPlotAuxEffectors |
Should we plot aux effectors? More... | |
bool | mEvaluateDeformation |
Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default. More... | |
Option parameters for plotting.
Definition at line 185 of file fbapplication.h.
FBPlotOptions | ( | ) |
Constructor.
bool mConstantKeyReducerKeepOneKey |
Should the constant key reducer keep at least one key?
Definition at line 199 of file fbapplication.h.
bool mEvaluateDeformation |
Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default.
Definition at line 204 of file fbapplication.h.
bool mPlotAllTakes |
Should we plot all takes?
Definition at line 193 of file fbapplication.h.
bool mPlotAuxEffectors |
Should we plot aux effectors?
Definition at line 203 of file fbapplication.h.
bool mPlotLockedProperties |
Should we plot locked properties?
Definition at line 202 of file fbapplication.h.
bool mPlotOnFrame |
Should we plot on frame?
Definition at line 194 of file fbapplication.h.
FBTime mPlotPeriod |
The plot period (1/fps).
Definition at line 195 of file fbapplication.h.
FBPlotTangentMode mPlotTangentMode |
The tangent mode for plotted curve.
Definition at line 197 of file fbapplication.h.
bool mPlotTranslationOnRootOnly |
Should we plot the translation on root only?
Definition at line 200 of file fbapplication.h.
bool mPreciseTimeDiscontinuities |
Should we use precise time discontinuities?
Definition at line 201 of file fbapplication.h.
FBRotationFilter mRotationFilterToApply |
The rotation filter to apply.
Definition at line 196 of file fbapplication.h.
bool mUseConstantKeyReducer |
Should we use a constant key reducer with the filter?
Definition at line 198 of file fbapplication.h.