TreeSearch::Node
~NodeDescriptor() | |
UShort_t | End() const |
TreeSearch::NodeDescriptor | NodeDescriptor() |
TreeSearch::NodeDescriptor | NodeDescriptor(const TreeSearch::NodeDescriptor&) |
TreeSearch::NodeDescriptor | NodeDescriptor(TreeSearch::Link* ln, TreeSearch::Pattern* p, UShort_t shft, Bool_t mir, UChar_t dep) |
bool | operator!=(const TreeSearch::NodeDescriptor& rhs) const |
bool | operator<(const TreeSearch::NodeDescriptor& rhs) const |
bool | operator<=(const TreeSearch::NodeDescriptor& rhs) const |
TreeSearch::NodeDescriptor& | operator=(const TreeSearch::NodeDescriptor&) |
bool | operator==(const TreeSearch::NodeDescriptor& rhs) const |
bool | operator>(const TreeSearch::NodeDescriptor& rhs) const |
bool | operator>=(const TreeSearch::NodeDescriptor& rhs) const |
UShort_t | operator[](UInt_t i) const |
void | Print() const |
UShort_t | Start() const |
UChar_t | depth | Current recursion depth |
TreeSearch::Link* | link | Linked-list node pointing to a base pattern |
Bool_t | mirrored | Pattern is mirrored |
TreeSearch::Pattern* | parent | Parent node |
UShort_t | shift | Shift of the base pattern to its actual position |
{ assert(ln && ln->GetPattern()); }