| 
    Simbody
    3.8
    
   | 
 
This class generates decoration for contact points and straight line path segments. More...
 Inheritance diagram for SimTK::PathDecorator:Public Member Functions | |
| PathDecorator (const Vector &x, const Vec3 &O, const Vec3 &I, const Vec3 &color) | |
| virtual void | generateDecorations (const State &state, Array_< DecorativeGeometry > &geometry) override | 
| This will be called every time a new State is about to be visualized.  More... | |
  Public Member Functions inherited from SimTK::DecorationGenerator | |
| virtual | ~DecorationGenerator () | 
| Destructor is virtual; be sure to override it if you have something to clean up at the end.  More... | |
This class generates decoration for contact points and straight line path segments.
      
  | 
  inline | 
      
  | 
  inlineoverridevirtual | 
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.