Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::Triconnectivity::CompStruct Struct Reference

representation of a component More...

#include <ogdf/graphalg/Triconnectivity.h>

Public Member Functions

void finishTricOrPoly (edge e)
 
CompStructoperator<< (edge e)
 

Public Attributes

List< edgem_edges
 
CompType m_type
 

Detailed Description

representation of a component

Definition at line 87 of file Triconnectivity.h.

Member Function Documentation

◆ finishTricOrPoly()

void ogdf::Triconnectivity::CompStruct::finishTricOrPoly ( edge  e)
inline

Definition at line 96 of file Triconnectivity.h.

◆ operator<<()

CompStruct& ogdf::Triconnectivity::CompStruct::operator<< ( edge  e)
inline

Definition at line 91 of file Triconnectivity.h.

Member Data Documentation

◆ m_edges

List<edge> ogdf::Triconnectivity::CompStruct::m_edges

Definition at line 88 of file Triconnectivity.h.

◆ m_type

CompType ogdf::Triconnectivity::CompStruct::m_type

Definition at line 89 of file Triconnectivity.h.


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