|
| void | vg::load_gcsa (gcsa::GCSA &index, const std::string &filename, bool show_progress=false) |
| | Load GCSA from the file. More...
|
| |
| void | vg::load_lcp (gcsa::LCPArray &lcp, const std::string &filename, bool show_progress=false) |
| | Load LCP array from the file. More...
|
| |
| void | vg::save_gcsa (const gcsa::GCSA &index, const std::string &filename, bool show_progress=false) |
| | Save GCSA to the file. More...
|
| |
| void | vg::save_lcp (const gcsa::LCPArray &lcp, const std::string &filename, bool show_progress=false) |
| | Save LCP array to the file. More...
|
| |