cgv
Loading...
Searching...
No Matches
cgv::math::weighted_edge< T > Struct Template Reference
Inheritance diagram for cgv::math::weighted_edge< T >:
cgv::math::edge

Public Types

using weight_type = T
 

Public Attributes

weight = {}
 the edge weight
 
- Public Attributes inherited from cgv::math::edge
size_t start = 0
 the index of the start vertex
 
size_t end = 0
 the index of the end vertex
 

Detailed Description

template<typename T>
struct cgv::math::weighted_edge< T >

Definition at line 24 of file adjacency_list.h.

Member Typedef Documentation

◆ weight_type

template<typename T >
using cgv::math::weighted_edge< T >::weight_type = T

Definition at line 26 of file adjacency_list.h.

Member Data Documentation

◆ weight

template<typename T >
T cgv::math::weighted_edge< T >::weight = {}

the edge weight

Definition at line 29 of file adjacency_list.h.


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