The class contains simple gap estimation table template. More...
#include <LibraryReader.hpp>
Classes | |
class | GapsRecord |
Public Types | |
typedef std::vector< GapsRecord > | Table |
Public Member Functions | |
GapTable (const std::string &fname) | |
double | getFrequency (const T &gaps, double outsideTheRange=0) |
Protected Member Functions | |
void | load (const std::string &fname) |
Protected Attributes | |
Table | records_ |
The class contains simple gap estimation table template.