cgv
Loading...
Searching...
No Matches
cgv::math::weighted_edge Struct Reference
Inheritance diagram for cgv::math::weighted_edge:
cgv::math::edge

Public Member Functions

 weighted_edge ()
 standard constructor
 
 weighted_edge (double w)
 

Public Attributes

double weight
 edge weight
 
int flag
 
- Public Attributes inherited from cgv::math::edge
unsigned start
 
unsigned end
 

Detailed Description

Definition at line 18 of file adjacency_list.h.

Constructor & Destructor Documentation

◆ weighted_edge() [1/2]

cgv::math::weighted_edge::weighted_edge ( )
inline

standard constructor

Definition at line 25 of file adjacency_list.h.

◆ weighted_edge() [2/2]

cgv::math::weighted_edge::weighted_edge ( double  w)
inline

Definition at line 26 of file adjacency_list.h.

Member Data Documentation

◆ flag

int cgv::math::weighted_edge::flag

Definition at line 22 of file adjacency_list.h.

◆ weight

double cgv::math::weighted_edge::weight

edge weight

Definition at line 21 of file adjacency_list.h.


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