Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::OrthoRep::SideInfoUML Struct Reference

Information about a side of a vertex in UML diagrams. More...

#include <ogdf/orthogonal/OrthoRep.h>

Public Member Functions

 SideInfoUML ()
 
int totalAttached () const
 

Public Attributes

adjEntry m_adjGen
 
int m_nAttached [2]
 

Friends

std::ostream & operator<< (std::ostream &os, const SideInfoUML &si)
 

Detailed Description

Information about a side of a vertex in UML diagrams.

Definition at line 222 of file OrthoRep.h.

Constructor & Destructor Documentation

◆ SideInfoUML()

ogdf::OrthoRep::SideInfoUML::SideInfoUML ( )
inline

Definition at line 233 of file OrthoRep.h.

Member Function Documentation

◆ totalAttached()

int ogdf::OrthoRep::SideInfoUML::totalAttached ( ) const
inline

Definition at line 239 of file OrthoRep.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const SideInfoUML si 
)
friend

Definition at line 245 of file OrthoRep.h.

Member Data Documentation

◆ m_adjGen

adjEntry ogdf::OrthoRep::SideInfoUML::m_adjGen

Definition at line 225 of file OrthoRep.h.

◆ m_nAttached

int ogdf::OrthoRep::SideInfoUML::m_nAttached[2]

Definition at line 230 of file OrthoRep.h.


The documentation for this struct was generated from the following file: