Hi all,
I want to have a better understanding of how muscle force was generated in opensim program. I looked for the Doxyen to see the functions related to it, but I only found the parameters that a function included and i can not find the details about how to implement it. I wonder can i find the detailed definition of functions in Doxyen?
Thanks
Bo Ding
Does Doxygen has the detailed definition of member function
Re: Does Doxygen has the detailed definition of member funct
The detailed description of the thelen and millard type muscles are on their respective doxygen pages. Just scroll down until you see 'Detailed Description';
https://simtk.org/api_docs/opensim/api_ ... ml#details
https://simtk.org/api_docs/opensim/api_ ... ml#details
-james
https://simtk.org/api_docs/opensim/api_ ... ml#details
https://simtk.org/api_docs/opensim/api_ ... ml#details
-james
Re: Does Doxygen has the detailed definition of member funct
Hi James,
Thanks for your reply. Actually I had read the pages that you advised. I just want to know can i find the related code in OpenSim Sorce Code(since i have downloaded from the web) about force-generating process.
Thanks very much.
Bo Ding
Thanks for your reply. Actually I had read the pages that you advised. I just want to know can i find the related code in OpenSim Sorce Code(since i have downloaded from the web) about force-generating process.
Thanks very much.
Bo Ding
Re: Does Doxygen has the detailed definition of member funct
You will be able to find the code in the source you downloaded. The names in doxygen match the file names (.cpp, .h)
Gluck.
Gluck.