Template Numerical Library version\ main:4e6e2c1
Loading...
Searching...
No Matches
TNL::Graphs::UndirectedGraph Struct Reference

Type tag for undirected graphs. More...

#include <TNL/Graphs/GraphOrientation.h>

Inheritance diagram for TNL::Graphs::UndirectedGraph:
[legend]
Collaboration diagram for TNL::Graphs::UndirectedGraph:
[legend]

Additional Inherited Members

Static Public Member Functions inherited from TNL::Graphs::GraphOrientation< false >
static std::string getSerializationType ()
 Returns a string representation of the graph type for serialization.
static constexpr bool isDirected ()
 Checks if the graph is directed.

Detailed Description

Type tag for undirected graphs.

An undirected graph is a graph where edges have no direction. If there is an edge between vertices u and v, it can be traversed in both directions.

See also
DirectedGraph, GraphOrientation

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