Option parameters for plotting. More...
#include <fbapplication.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. | |
| FBPlotTangentMode | mPlotTangentMode |
| The tangent mode for plotted curve. | |
| 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 discontinuities? | |
| bool | mPlotLockedProperties |
| Should we plot locked properties? | |
| bool | mPlotAuxEffectors |
| Should we plot aux effectors? | |
| bool | mEvaluateDeformation |
| Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default. | |
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.