![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Graph.h>

Public Types | |
| typedef T | calc_type |
Public Member Functions | |
| EdgeAttribute (T weight=1., uint32_t eIndex=0, bool real=true) | |
Public Attributes | |
| uint32_t | index |
| EdgeDescriptor | edge_reverse |
| T | weight |
| T | capacity |
| T | residualCapacity |
| bool | isActive |
| bool | realEdge |
| typedef T CP::EdgeAttribute< T >::calc_type |
|
inline |
| T CP::EdgeAttribute< T >::capacity |
| EdgeDescriptor CP::EdgeAttribute< T >::edge_reverse |
Definition at line 57 of file Graph.h.
Referenced by CP::addDoubledge().
| uint32_t CP::EdgeAttribute< T >::index |
| bool CP::EdgeAttribute< T >::isActive |
| bool CP::EdgeAttribute< T >::realEdge |
| T CP::EdgeAttribute< T >::residualCapacity |
| T CP::EdgeAttribute< T >::weight |