API
4.5
For C++ developers
|
Static Public Member Functions | |
static void | showModel (Model) |
Visualize the passed in model in a simbody-visualizer window. More... | |
static void | showMarkerData (const TimeSeriesTableVec3 &) |
Show markers with time histories specified by the passed in TimeSeriesTableVec3. More... | |
static void | showOrientationData (const TimeSeriesTable_< SimTK::Quaternion_< double >> &, std::string layout="line", const Model *modelForPose=nullptr) |
Show frames with time histories specified by the passed in TimeSeriesTableQuaternion. More... | |
Visualize a motion of a model using the simbody-visualizer | |
static void | showMotion (Model, TimeSeriesTable) |
Play back an existing motion (from the table) in the simbody-visualizer. More... | |
|
static |
Show markers with time histories specified by the passed in TimeSeriesTableVec3.
Visualization is shown in the simbody visualizer. Function blocks waiting for user to hit a key to start.
|
static |
Visualize the passed in model in a simbody-visualizer window.
This function blocks until the user exits the simbody-visualizer window.
|
static |
Play back an existing motion (from the table) in the simbody-visualizer.
The Storage should contain all generalized coordinates. The visualizer window allows the user to control playback speed. This function blocks until the user exits the simbody-visualizer window.
|
static |
Show frames with time histories specified by the passed in TimeSeriesTableQuaternion.
Visualization is shown in the simbody visualizer.
Function blocks waiting for user to hit a key to start.