Open Reality Reference Guide
FBPlotOptions Class Reference

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...
 

Detailed Description

Option parameters for plotting.

Definition at line 185 of file fbapplication.h.

Constructor & Destructor Documentation

◆ FBPlotOptions()

Constructor.

Member Data Documentation

◆ mConstantKeyReducerKeepOneKey

bool mConstantKeyReducerKeepOneKey

Should the constant key reducer keep at least one key?

Definition at line 199 of file fbapplication.h.

◆ mEvaluateDeformation

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.

◆ mPlotAllTakes

bool mPlotAllTakes

Should we plot all takes?

Definition at line 193 of file fbapplication.h.

◆ mPlotAuxEffectors

bool mPlotAuxEffectors

Should we plot aux effectors?

Definition at line 203 of file fbapplication.h.

◆ mPlotLockedProperties

bool mPlotLockedProperties

Should we plot locked properties?

Definition at line 202 of file fbapplication.h.

◆ mPlotOnFrame

bool mPlotOnFrame

Should we plot on frame?

Definition at line 194 of file fbapplication.h.

◆ mPlotPeriod

FBTime mPlotPeriod

The plot period (1/fps).

Definition at line 195 of file fbapplication.h.

◆ mPlotTangentMode

FBPlotTangentMode mPlotTangentMode

The tangent mode for plotted curve.

Definition at line 197 of file fbapplication.h.

◆ mPlotTranslationOnRootOnly

bool mPlotTranslationOnRootOnly

Should we plot the translation on root only?

Definition at line 200 of file fbapplication.h.

◆ mPreciseTimeDiscontinuities

bool mPreciseTimeDiscontinuities

Should we use precise time discontinuities?

Definition at line 201 of file fbapplication.h.

◆ mRotationFilterToApply

FBRotationFilter mRotationFilterToApply

The rotation filter to apply.

Definition at line 196 of file fbapplication.h.

◆ mUseConstantKeyReducer

bool mUseConstantKeyReducer

Should we use a constant key reducer with the filter?

Definition at line 198 of file fbapplication.h.


The documentation for this class was generated from the following file: