MeVisLab Toolbox Reference
boost::ml_ug_edge_weight_map Class Reference

#include <mlGraphToBoostUndirectedGraph.h>

Inheritance diagram for boost::ml_ug_edge_weight_map:

Public Types

typedef boost::lvalue_property_map_tag category
 
typedef double value_type
 
typedef double const & reference
 
typedef boost::ml_ug_edge key_type
 

Public Member Functions

value_type operator[] (boost::ml_ug_edge edge) const
 

Detailed Description

Definition at line 352 of file mlGraphToBoostUndirectedGraph.h.

Member Typedef Documentation

◆ category

typedef boost::lvalue_property_map_tag boost::ml_ug_edge_weight_map::category

Definition at line 356 of file mlGraphToBoostUndirectedGraph.h.

◆ key_type

◆ reference

Definition at line 360 of file mlGraphToBoostUndirectedGraph.h.

◆ value_type

Member Function Documentation

◆ operator[]()

value_type boost::ml_ug_edge_weight_map::operator[] ( boost::ml_ug_edge  edge) const
inline

Definition at line 365 of file mlGraphToBoostUndirectedGraph.h.

References boost::ml_ug_edge::weight().


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