halapi
hierarchichalalignmentformatapi
|
#include <staticBottomSegment.h>
Public Member Functions | |
int | getNumChildren () const |
segidx_t | getChildIndex (int i) const |
bool | getReverseComp (int i) const |
Protected Attributes | |
segidx_t | _childSegIndex [NumChildren] |
bool | _reverseComplement [NumChildren] |
Templated implementation of a "Bottom" DNA segment Useful for small number of children (saves calls to malloc)
segidx_t hal::StaticBottomSegment< NumChildren >::getChildIndex | ( | int | i | ) | const [virtual] |
Get segment index for top array of ith child array
Implements hal::BottomSegment.
int hal::StaticBottomSegment< NumChildren >::getNumChildren | ( | ) | const [virtual] |
Number of descent edges to children (any of these can still be null values
Implements hal::BottomSegment.
bool hal::StaticBottomSegment< NumChildren >::getReverseComp | ( | int | i | ) | const [virtual] |
Get reverse complement flag for ith child index
Implements hal::BottomSegment.