cgv
Loading...
Searching...
No Matches
cgv::math::vertex< EdgeT > Struct Template Reference

a basic graph node type More...

#include <adjacency_list.h>

Public Types

using edge_type = EdgeT
 the used edge type
 

Public Attributes

std::vector< edge_typeedges
 incident edges
 

Detailed Description

template<typename EdgeT>
struct cgv::math::vertex< EdgeT >

a basic graph node type

Definition at line 34 of file adjacency_list.h.

Member Typedef Documentation

◆ edge_type

template<typename EdgeT >
using cgv::math::vertex< EdgeT >::edge_type = EdgeT

the used edge type

Definition at line 37 of file adjacency_list.h.

Member Data Documentation

◆ edges


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