OpenWalnut
1.4.0
|
implements a compare operator for clusters, depending on leaf count More...
#include <WHierarchicalTree.h>
Public Member Functions | |
compSize (WHierarchicalTree *tree) | |
constructor More... | |
bool | operator() (const size_t lhs, const size_t rhs) const |
compares two clusters More... | |
Public Attributes | |
WHierarchicalTree * | m_tree |
stores pointer to tree we work on More... | |
implements a compare operator for clusters, depending on leaf count
Definition at line 303 of file WHierarchicalTree.h.
|
inlineexplicit |
compares two clusters
lhs | |
rhs |
Definition at line 322 of file WHierarchicalTree.h.
References WHierarchicalTree::size().
WHierarchicalTree* compSize::m_tree |
stores pointer to tree we work on
Definition at line 305 of file WHierarchicalTree.h.