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

Public Types

typedef ET edge_type
 

Public Member Functions

unsigned nedges ()
 

Public Attributes

std::vector< edge_type > edges
 

Detailed Description

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

Definition at line 31 of file adjacency_list.h.

Member Typedef Documentation

◆ edge_type

template<typename ET >
typedef ET cgv::math::vertex< ET >::edge_type

Definition at line 33 of file adjacency_list.h.

Member Function Documentation

◆ nedges()

template<typename ET >
unsigned cgv::math::vertex< ET >::nedges ( )
inline

Definition at line 37 of file adjacency_list.h.

Member Data Documentation

◆ edges

template<typename ET >
std::vector<edge_type> cgv::math::vertex< ET >::edges

Definition at line 35 of file adjacency_list.h.


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