|
[Sponsors] |
January 22, 2010, 13:06 |
Function finding
|
#1 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
Does anyone have a list of most of the important classes in OpenFOAM and their members, including inherited members?
I'm not used to all this digging to find who owns what. Doxygen doesn't give you the inherited members, and it loses track when macros come into play. I'm thinking something like my example below. class choppedUpClass Derived from: blah blah blah Private members: -blah blah blah -Bob Loblaw Public members: -blah blah blah Members inherited from insanelyAbstractClassA -blah blah blah Members inherited from seeminglyArbitraryFragmentClassB -blah blah blah -theFunctionYouWillNeverFind (implemented& inCustom, fileName&.C, fiveLevelsDown& theIncludeTree); Just wondering! -dave |
|
January 24, 2010, 16:07 |
|
#2 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
Code:
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO |
||
January 24, 2010, 18:58 |
Exactly what I was looking for!
|
#3 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
Thanks Mark,
I've done as you suggested, and it is exactly what I was looking for... that saves me from attempting to create something like that myself! -dave |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compile problem | ivanyao | OpenFOAM Running, Solving & CFD | 1 | October 12, 2012 10:31 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
latest OpenFOAM-1.6.x from git failed to compile | phsieh2005 | OpenFOAM Bugs | 25 | February 9, 2010 05:37 |
Error with Wmake | skabilan | OpenFOAM Installation | 3 | July 28, 2009 01:35 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |