![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Builds the Morse Smale Witten chain complex from a weighted graph. More...
#include <Morse_Smale_Witten_chain_complex_from_weighted_graph_builder.hpp>
Functors | |
void | operator() (const Graph &G, Morse_Smale_Witten_chain_complex &complex, const Morse_function &function) const |
void | operator() (const Graph &G, Morse_Smale_Witten_chain_complex &complex) const |
Builds the Morse Smale Witten chain complex from a weighted graph.
GraphType | Graph from which the complex is constructed. |
MorseFunctionBase | Base height function returning the height of a vertex or of an edge of a given graph. |