BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
BALL::PoseClustering::ClusterTreeNodeComparator Class Reference

#include <BALL/DOCKING/COMMON/poseClustering.h>

Public Member Functions

 ClusterTreeNodeComparator (ClusterTree &cluster_tree)
 
bool operator() (ClusterTreeNode const first, ClusterTreeNode const second) const
 

Protected Attributes

ClusterTreecluster_tree_
 

Detailed Description

A nested class for our cluster tree node priorization

Definition at line 556 of file poseClustering.h.

Constructor & Destructor Documentation

BALL::PoseClustering::ClusterTreeNodeComparator::ClusterTreeNodeComparator ( ClusterTree cluster_tree)
inline

Definition at line 559 of file poseClustering.h.

Member Function Documentation

bool BALL::PoseClustering::ClusterTreeNodeComparator::operator() ( ClusterTreeNode const  first,
ClusterTreeNode const  second 
) const
inline

Definition at line 563 of file poseClustering.h.

Member Data Documentation

ClusterTree* BALL::PoseClustering::ClusterTreeNodeComparator::cluster_tree_
protected

Definition at line 572 of file poseClustering.h.