Page 1 of 1

Does Doxygen has the detailed definition of member function

Posted: Tue Oct 14, 2014 8:04 pm
by renhug
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

Re: Does Doxygen has the detailed definition of member funct

Posted: Thu Oct 16, 2014 10:26 am
by jimmy
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

Re: Does Doxygen has the detailed definition of member funct

Posted: Fri Oct 17, 2014 12:16 am
by renhug
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

Re: Does Doxygen has the detailed definition of member funct

Posted: Fri Oct 17, 2014 5:12 am
by jimmy
You will be able to find the code in the source you downloaded. The names in doxygen match the file names (.cpp, .h)

Gluck.