![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Base distance over vertices of a graph. More...
#include <Morse_Smale_Witten_chain_complex_from_NNG_builder.hpp>
Constructor | |
| T_Distance_default_for_graph (const GraphType *graph=NULL) | |
Functor | |
| FT | operator() (const Point &u, const Point &v) const |
Base distance over vertices of a graph.
It is 1 if there is an edge between two vertices, 0 otherwise.
| GraphType | Type for the input graph. |
| NT | Number type. |