Is there a way I can generate a hierarchical class diagram from C ++ code. My code spreads from 5 to 6 .cpp files.
I would like to know if there is any free tool for it.
Regards, AJ
There, for example, Doxygen
http://www.doxygen.nl/manual/features.html says:
Uses a point tool from the Graphviz toolkit to generate dependency graphs, collaboration diagrams, call graphs, directory structure graphs, and graph graphs of class hierarchies.
It creates graphs like
( http://www.vtk.org/doc/nightly/html/structvtkKdTree_1_1__cellList.html , doxygen)
, UML_LOOK, uml.
- , . , - Enterprise Architect, ( ).
Umberello - Linux, .
Doxygen can create class diagrams . However, I believe that these diagrams only show a network of classes, they do not list methods and members, and the like.
I am also looking for c ++ code for class diagrams / sequence diagrams. since this question was asked years ago. I would like to know the use cases.
Please update me with any specific tools. Which is better