This class models compliant point contact with a ground plane y=0. 
This class is still under development. 
|  | 
|  | OpenSim_DECLARE_OUTPUT (force_on_station, SimTK::Vec3, calcContactForceOnStation, SimTK::Stage::Velocity) | 
|  | 
|  | OpenSim_DECLARE_SOCKET (station, Station, "The body-fixed point that can contact the plane.") | 
|  | 
| void | computeForce (const SimTK::State &s, SimTK::Vector_< SimTK::SpatialVec > &bodyForces, SimTK::Vector &) const override | 
|  | 
| OpenSim::Array< std::string > | getRecordLabels () const override | 
|  | 
| OpenSim::Array< double > | getRecordValues (const SimTK::State &s) const override | 
|  | 
| void | generateDecorations (bool fixed, const ModelDisplayHints &hints, const SimTK::State &s, SimTK::Array_< SimTK::DecorativeGeometry > &geoms) const override | 
|  | 
| virtual SimTK::Vec3 | calcContactForceOnStation (const SimTK::State &s) const =0 | 
|  |