Template Function lvr2::calcVertexDistances

Function Documentation

template<typename BaseVecT>
DenseEdgeMap<float> lvr2::calcVertexDistances(const BaseMesh<BaseVecT> &mesh)

Computes the distances between the vertices and stores them in the given dense edge map.

Parameters:

mesh – The mesh containing the vertices and edges of interest

Returns:

The dense edge map with the distance values