#include "wavegraph.hh"Enumerations | |
| enum | graph_header_code { xstride, xspan, xscalemin, xscalemax, xnscales, xsamp_freq } |
Functions | |
| bool | bothspaces (char lhs, char rhs) |
| graph_header_code | header_hash (std::string const &str) |
| double | median (std::vector< double > &vec) |
| enum graph_header_code |
| Enumerator | |
|---|---|
| xstride | |
| xspan | |
| xscalemin | |
| xscalemax | |
| xnscales | |
| xsamp_freq | |
Definition at line 25 of file wavegraph.cc.
| bool bothspaces | ( | char | lhs, |
| char | rhs | ||
| ) |
Definition at line 22 of file wavegraph.cc.
| graph_header_code header_hash | ( | std::string const & | str | ) |
Definition at line 35 of file wavegraph.cc.
| double median | ( | std::vector< double > & | vec | ) |
Definition at line 485 of file wavegraph.cc.