Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Morse_Smale_Witten_chain_complex_from_vertex_weighted_graph_builder< GraphType, GetVertexWeight >::Morse_function Class Reference

#include <Morse_Smale_Witten_chain_complex_from_weighted_graph_builder.hpp>

Public Types

typedef GetVertexWeight::value_type Point
 
typedef GetVertexWeight::FT FT
 

Public Member Functions

 Morse_function (const Graph *graph=NULL)
 
void set_graph (const Graph *graph)
 
FT operator() (const Point &p) const
 

Member Typedef Documentation

◆ FT

typedef GetVertexWeight::FT FT

◆ Point

typedef GetVertexWeight::value_type Point

Constructor & Destructor Documentation

◆ Morse_function()

Morse_function ( const Graph graph = NULL)
inline

Member Function Documentation

◆ operator()()

FT operator() ( const Point p) const
inline

◆ set_graph()

void set_graph ( const Graph graph)
inline