tudocomp
– The TU Dortmund Compression Framework
|
Constructs the LCP array from the Suffix and PLCP arrays, storing it in a manner as described by Fischer (WeeLCP, 2010). More...
#include <CompressedLCP.hpp>
Public Types | |
using | iv_t = DynamicIntVector |
using | data_type = iv_t |
Public Member Functions | |
template<typename textds_t > | |
CompressedLCP (Env &&env, textds_t &tds, CompressMode cm) | |
len_t | max_lcp () const |
len_t | operator[] (len_t i) const |
void | compress () |
size_t | size () const |
iv_t | relinquish () |
iv_t | copy () const |
Public Member Functions inherited from tdc::Algorithm | |
virtual | ~Algorithm ()=default |
Algorithm (Algorithm const &)=default | |
Algorithm (Algorithm &&)=default | |
Algorithm & | operator= (Algorithm const &)=default |
Algorithm & | operator= (Algorithm &&)=default |
Algorithm (Env &&env) | |
Instantiates an algorithm in the specified environment. More... | |
Env & | env () |
Provides access to the environment that the algorithm works in. More... | |
const Env & | env () const |
Static Public Member Functions | |
static Meta | meta () |
static ds::InputRestrictions | restrictions () |
Constructs the LCP array from the Suffix and PLCP arrays, storing it in a manner as described by Fischer (WeeLCP, 2010).
Definition at line 16 of file CompressedLCP.hpp.
using tdc::CompressedLCP< sa_t >::data_type = iv_t |
Definition at line 19 of file CompressedLCP.hpp.
using tdc::CompressedLCP< sa_t >::iv_t = DynamicIntVector |
Definition at line 18 of file CompressedLCP.hpp.
|
inline |
Definition at line 52 of file CompressedLCP.hpp.
|
inline |
Definition at line 86 of file CompressedLCP.hpp.
|
inline |
Definition at line 98 of file CompressedLCP.hpp.
|
inline |
Definition at line 77 of file CompressedLCP.hpp.
|
inlinestatic |
Definition at line 31 of file CompressedLCP.hpp.
|
inline |
Definition at line 81 of file CompressedLCP.hpp.
|
inline |
Definition at line 94 of file CompressedLCP.hpp.
|
inlinestatic |
Definition at line 37 of file CompressedLCP.hpp.
|
inline |
Definition at line 90 of file CompressedLCP.hpp.