SparseLibrary
Version 1.6.0
|
This is the complete list of members for SBDTree, including all inherited members.
build(std::vector< unsigned long int > &hierarchy, std::vector< unsigned long int > &r_bounds, std::vector< unsigned long int > &c_bounds) | SBDTree | protected |
c_hi | SBDTree | protected |
c_lo | SBDTree | protected |
columnBounds(const unsigned long int index, unsigned long int &c_lo, unsigned long int &c_hi) | SBDTree | |
getRoot() | SBDTree | |
getSeparatorBB(const unsigned long int index, unsigned long int &r_lo, unsigned long int &r_hi, unsigned long int &c_lo, unsigned long int &c_hi) | SBDTree | |
isLeaf(const unsigned long int index) | SBDTree | |
left(const unsigned long int index) | SBDTree | |
left_child | SBDTree | protected |
NO_SUCH_NODE | SBDTree | protectedstatic |
nodes | SBDTree | protected |
parent | SBDTree | protected |
r_hi | SBDTree | protected |
r_lo | SBDTree | protected |
right(const unsigned long int index) | SBDTree | |
right_child | SBDTree | protected |
root | SBDTree | protected |
root_is_set | SBDTree | protected |
rowBounds(const unsigned long int index, unsigned long int &r_lo, unsigned long int &r_hi) | SBDTree | |
SBDTree(std::vector< unsigned long int > &r_hierarchy, std::vector< unsigned long int > &c_hierarchy, std::vector< unsigned long int > &r_bounds, std::vector< unsigned long int > &c_bounds) | SBDTree | |
SBDTree(std::vector< unsigned long int > &hierarchy, std::vector< unsigned long int > &r_bounds, std::vector< unsigned long int > &c_bounds) | SBDTree | |
size() | SBDTree | |
up(const unsigned long int index) | SBDTree | |
~SBDTree() | SBDTree |