OpenWalnut 1.2.5
|
implements a compare operator for clusters, depending on leaf count More...
#include <WHierarchicalTree.h>
Public Member Functions | |
compSize (WHierarchicalTree *tree) | |
constructor | |
bool | operator() (const size_t lhs, const size_t rhs) const |
compares two clusters | |
Public Attributes | |
WHierarchicalTree * | m_tree |
stores pointer to tree we work on |
implements a compare operator for clusters, depending on leaf count
Definition at line 301 of file WHierarchicalTree.h.
compSize::compSize | ( | WHierarchicalTree * | tree | ) | [inline, explicit] |
bool compSize::operator() | ( | const size_t | lhs, |
const size_t | rhs | ||
) | const [inline] |
compares two clusters
lhs | |
rhs |
Definition at line 320 of file WHierarchicalTree.h.
References m_tree, and WHierarchicalTree::size().
stores pointer to tree we work on
Definition at line 303 of file WHierarchicalTree.h.
Referenced by operator()().