C ++ code for class diagram

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

+6
source share
5 answers

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

qpQpI.png
( http://www.vtk.org/doc/nightly/html/structvtkKdTree_1_1__cellList.html , doxygen)

, UML_LOOK, uml.

+12

- , . , - Enterprise Architect, ( ).

+5

Umberello - Linux, .

+5

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.

+1
source

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

0
source

All Articles