implements a compare operator for clusters, depending on custom value of the cluster More...
#include <WHierarchicalTree.h>
Public Member Functions | |
| compValue (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 custom value of the cluster
Definition at line 328 of file WHierarchicalTree.h.
| compValue::compValue | ( | WHierarchicalTree * | tree | ) | [inline, explicit] |
| bool compValue::operator() | ( | const size_t | lhs, | |
| const size_t | rhs | |||
| ) | const [inline] |
compares two clusters
| lhs | ||
| rhs |
Definition at line 346 of file WHierarchicalTree.h.
References WHierarchicalTree::getCustomData(), and m_tree.
stores pointer to tree we work on
Definition at line 330 of file WHierarchicalTree.h.
Referenced by operator()().
1.7.1