Contains the class DinoUmlDiagramGraph which represents one particular diagram of the complete UML Model. More...
#include <ogdf/fileformats/DinoUmlModelGraph.h>#include <ogdf/basic/String.h>#include <ogdf/basic/SList.h>Go to the source code of this file.
Classes | |
| class | ogdf::DinoUmlDiagramGraph |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_DINO_UML_DIAGRAM_GRAPH_H |
Functions | |
| ostream & | ogdf::operator<< (ostream &os, const DinoUmlDiagramGraph &diagramGraph) |
Contains the class DinoUmlDiagramGraph which represents one particular diagram of the complete UML Model.
Each diagram refers to the node and edge information of DinoUmlModelGraph. Essentially a diagram contains selected nodes and edges of the model provides with additional geometric information.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file DinoUmlDiagramGraph.h.
| #define OGDF_DINO_UML_DIAGRAM_GRAPH_H |
Definition at line 53 of file DinoUmlDiagramGraph.h.