OpenSim Moco
0.4.0
|
This is the complete list of members for OpenSim::MocoTool, including all inherited members.
getDocumentDirectory() const | OpenSim::MocoTool | protected |
getFilePath(const std::string &file) const | OpenSim::MocoTool | protected |
MocoTool() (defined in OpenSim::MocoTool) | OpenSim::MocoTool | inline |
OpenSim_DECLARE_OPTIONAL_PROPERTY(initial_time, double, "The start of the time interval. " "All data must start at or before this time. " "(default: earliest time available in all provided data)") (defined in OpenSim::MocoTool) | OpenSim::MocoTool | |
OpenSim_DECLARE_OPTIONAL_PROPERTY(final_time, double, "The end of the time interval. " "All data must end at or after this time. " "(default: latest time available in all provided data)") (defined in OpenSim::MocoTool) | OpenSim::MocoTool | |
OpenSim_DECLARE_PROPERTY(mesh_interval, double, "The time duration of each mesh interval " "(default: 0.020 seconds).") (defined in OpenSim::MocoTool) | OpenSim::MocoTool | |
OpenSim_DECLARE_PROPERTY(clip_time_range, bool, "Set the time range to be 1e-3 shorter on both ends to leave space " "for finite difference estimates (default: false).") (defined in OpenSim::MocoTool) | OpenSim::MocoTool | |
OpenSim_DECLARE_PROPERTY(model, ModelProcessor, "The musculoskeletal model to use.") (defined in OpenSim::MocoTool) | OpenSim::MocoTool | |
setModel(ModelProcessor model) (defined in OpenSim::MocoTool) | OpenSim::MocoTool | inline |
updateTimeInfo(const std::string &dataLabel, const double &dataInitial, const double &dataFinal, TimeInfo &info) const | OpenSim::MocoTool | protected |