cgv
Loading...
Searching...
No Matches
cgv::math::edge Struct Reference

a basic graph edge type More...

#include <adjacency_list.h>

Inheritance diagram for cgv::math::edge:
cgv::math::weighted_edge< T >

Public Attributes

size_t start = 0
 the index of the start vertex
 
size_t end = 0
 the index of the end vertex
 

Detailed Description

a basic graph edge type

Definition at line 15 of file adjacency_list.h.

Member Data Documentation

◆ end

size_t cgv::math::edge::end = 0

the index of the end vertex

Definition at line 20 of file adjacency_list.h.

Referenced by cgv::math::adjacency_list< VertexT >::add_edge(), and cgv::math::adjacency_list< VertexT >::edge_exists().

◆ start

size_t cgv::math::edge::start = 0

the index of the start vertex

Definition at line 18 of file adjacency_list.h.

Referenced by cgv::math::adjacency_list< VertexT >::add_edge().


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