Collaboration diagram for bracz::NonOrdFPStructure< INPUT, BUILDTREE, FIRSTLEVEL >::TreeCopy:
Public Member Functions | |
void | reccopytree (TYPENAME BUILDTREE::nodeptr_t node, index_t nodeidx) |
Public Attributes | |
std::vector< index_t > | nextfreenode |
must be initialized with the array itemstarts prior to the call into the recursion. | |
fptree_t * | target |
prior to the call of recursion: it must be allocated the itemstarts array must be filled properly the freqs array must be zeroed the counters and parents array may be left uninitialized |
Definition at line 94 of file nonordfp.cpp.
|
|
must be initialized with the array itemstarts prior to the call into the recursion.
Definition at line 101 of file nonordfp.cpp. Referenced by bracz::NonOrdFPStructure< INPUT, BUILDTREE, FIRSTLEVEL >::TreeAnnotation::buildTreeToFinalTree(), and bracz::NonOrdFPStructure< INPUT, BUILDTREE, FIRSTLEVEL >::TreeCopy::reccopytree(). |
|
prior to the call of recursion: it must be allocated the itemstarts array must be filled properly the freqs array must be zeroed the counters and parents array may be left uninitialized
Definition at line 110 of file nonordfp.cpp. Referenced by bracz::NonOrdFPStructure< INPUT, BUILDTREE, FIRSTLEVEL >::TreeAnnotation::buildTreeToFinalTree(), and bracz::NonOrdFPStructure< INPUT, BUILDTREE, FIRSTLEVEL >::TreeCopy::reccopytree(). |