Does Doxygen has the detailed definition of member function

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Bo Ding
Posts: 21
Joined: Fri Sep 05, 2014 4:44 am

Does Doxygen has the detailed definition of member function

Post by Bo Ding » Tue Oct 14, 2014 8:04 pm

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

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Does Doxygen has the detailed definition of member funct

Post by jimmy d » Thu Oct 16, 2014 10:26 am

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

User avatar
Bo Ding
Posts: 21
Joined: Fri Sep 05, 2014 4:44 am

Re: Does Doxygen has the detailed definition of member funct

Post by Bo Ding » Fri Oct 17, 2014 12:16 am

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

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Does Doxygen has the detailed definition of member funct

Post by jimmy d » Fri Oct 17, 2014 5:12 am

You will be able to find the code in the source you downloaded. The names in doxygen match the file names (.cpp, .h)

Gluck.

POST REPLY