ARB
|
#include <CT_part.hxx>
Public Member Functions | |
PartitionSize (int len) | |
int | get_longs () const |
int | get_bits () const |
size_t | get_unique_id () const |
PELEM | get_cutmask () const |
PART * | create_root () const |
PELEM * | alloc_mem () const |
Definition at line 43 of file CT_part.hxx.
PartitionSize::PartitionSize | ( | int | len | ) |
Function to initialize the global variables above
len | number of bits the part should content |
result: calculate cutmask, longs, plen
Definition at line 35 of file CT_part.cxx.
References arb_assert, and BITS_PER_PELEM.
|
inline |
Definition at line 53 of file CT_part.hxx.
Referenced by alloc_mem(), and PART::get_longs().
|
inline |
Definition at line 54 of file CT_part.hxx.
Referenced by PART::get_maxsize().
|
inline |
Definition at line 55 of file CT_part.hxx.
|
inline |
Definition at line 56 of file CT_part.hxx.
Referenced by PART::get_cutmask().
PART * PartitionSize::create_root | ( | ) | const |
build a partition that totally consists of 111111...1111 that is needed to build the root of a specific ntree
Definition at line 124 of file CT_part.cxx.
References arb_assert, PART::invert(), and PART::is_valid().
Referenced by ntree_init(), and SpeciesSpace::SpeciesSpace().
|
inline |
Definition at line 59 of file CT_part.hxx.
References get_longs().