#include <IntersectProPruner.hpp>
Inheritance diagram for Bodon::sequence::inhomogeneous_trie::IntersectProPruner< DF_D, TRIE, LEAF, LEAF_ALLOCATOR >:
Public Member Functions | |
IntersectProPruner (TRIE &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
bool | isThereAnyCandidate () const |
Protected Member Functions | |
void | intersect (const TRIE *subset_trie) const |
void | filterNonExtenders (const std::vector< const TRIE * > &subset_tries, const item_t leaf_item) const |
bool | findSubsetTries (std::vector< item_t > &itemset, std::vector< const TRIE * > &subset_trie) const |
void | generateCandidateAtParent (TRIE *trie, std::vector< item_t > &maybe_candidate) |
Protected Attributes | |
std::vector< Edge > | extenders |
std::vector< item_t > | ext_items |
std::vector< item_t > | ext_nee |
std::vector< Edge > | replace_list |
LEAF_ALLOCATOR & | s_alloc |
TRIE & | main_trie |
Trie to store the candidates. | |
DF_D & | df_decoder |
The depth-first decoder. | |
Private Types | |
typedef Bodon::inhomogeneous_trie::ManipulatorBase< DF_D, TRIE, LEAF_ALLOCATOR > | PARENT |
Definition at line 21 of file inhomogeneous_trie/trie_manipulators/sequence/IntersectProPruner.hpp.
|
Definition at line 25 of file inhomogeneous_trie/trie_manipulators/sequence/IntersectProPruner.hpp. |
|
Definition at line 33 of file inhomogeneous_trie/trie_manipulators/sequence/IntersectProPruner.hpp. |
|
|
|
|
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
|
|
Definition at line 29 of file inhomogeneous_trie/trie_manipulators/sequence/IntersectProPruner.hpp. |
|
|
|
|