|
Simbody
3.4 (development)
|
This class generates decoration (line segments) for a geodesic curve. More...
#include <Geodesic.h>
Inheritance diagram for SimTK::GeodesicDecorator:Public Member Functions | |
| GeodesicDecorator (const Geodesic &geod, const Vec3 &color) | |
| virtual void | generateDecorations (const State &state, Array_< DecorativeGeometry > &geometry) |
| This will be called every time a new State is about to be visualized. | |
This class generates decoration (line segments) for a geodesic curve.
| SimTK::GeodesicDecorator::GeodesicDecorator | ( | const Geodesic & | geod, |
| const Vec3 & | color | ||
| ) | [inline] |
| virtual void SimTK::GeodesicDecorator::generateDecorations | ( | const State & | state, |
| Array_< DecorativeGeometry > & | geometry | ||
| ) | [inline, virtual] |
This will be called every time a new State is about to be visualized.
It should generate whatever decorations are appropriate for the State and append them to the array.
Implements SimTK::DecorationGenerator.