MeVisLab Toolbox Reference
boost::ml_edge_weight_map Class Reference

#include <mlGraphToBoostGraph.h>

Inheritance diagram for boost::ml_edge_weight_map:

Public Types

typedef boost::lvalue_property_map_tag category
typedef double value_type
using reference = double const&
typedef ml::VesselEdge * key_type

Public Member Functions

value_type operator[] (ml::VesselEdge *edge) const

Detailed Description

Definition at line 310 of file mlGraphToBoostGraph.h.

Member Typedef Documentation

◆ category

typedef boost::lvalue_property_map_tag boost::ml_edge_weight_map::category

Definition at line 314 of file mlGraphToBoostGraph.h.

◆ key_type

typedef ml::VesselEdge* boost::ml_edge_weight_map::key_type

Definition at line 321 of file mlGraphToBoostGraph.h.

◆ reference

using boost::ml_edge_weight_map::reference = double const&

Definition at line 318 of file mlGraphToBoostGraph.h.

◆ value_type

Definition at line 317 of file mlGraphToBoostGraph.h.

Member Function Documentation

◆ operator[]()

value_type boost::ml_edge_weight_map::operator[] ( ml::VesselEdge * edge) const
inline

Definition at line 323 of file mlGraphToBoostGraph.h.


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