Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Earth_mover_distance_vertices_accessor_graph< VertexType, MassType > Class Template Reference

Accessors for weighted vertices stored in a boost graph. More...

#include <Earth_mover_distance_vertices_accessor_graph.hpp>

Detailed Description

template<class VertexType, class MassType>
class SBL::CADS::T_Earth_mover_distance_vertices_accessor_graph< VertexType, MassType >

Accessors for weighted vertices stored in a boost graph.

Accessors for weighted vertices stored in a boost graph.

Template Parameters
VertexTypeRepresentation of a vertex in the algorithm (e.g a 2D point in a geometrical case)
MassTypeRepresentation of the number type used for the weight of the vertex.