StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
Stores pointer to user functions used to create Real Number Tracks. More...
#include <userFunctions.h>
Public Member Functions | |
void | assignFunction (std::string &, pt2TrackFunc) |
pt2TrackFunc * | getFunction (std::string &) |
Private Attributes | |
std::map< std::string, pt2TrackFunc > | functions |
Stores pointer to user functions used to create Real Number Tracks.
Definition at line 109 of file userFunctions.h.
void StochHMM::TrackFuncs::assignFunction | ( | std::string & | str, |
pt2TrackFunc | ptrFunc | ||
) |
Assign a function to the TrackFuncs class
str | Name of function |
ptrFunc | pt2TrackFunc to use for TrackFunc |
Definition at line 284 of file userFunctions.cpp.
References functions.
pt2TrackFunc * StochHMM::TrackFuncs::getFunction | ( | std::string & | name | ) |
Get pointer to function with given name
name | Name of the function |
Definition at line 305 of file userFunctions.cpp.
References functions.
|
private |
Definition at line 114 of file userFunctions.h.
Referenced by assignFunction(), and getFunction().