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::ClusterTreeWriter_ Class Reference

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

Public Member Functions

 ClusterTreeWriter_ (ClusterTree const *cluster_tree)
 
void operator() (std::ostream &out, const ClusterTreeNode &v) const
 

Protected Attributes

ClusterTree const * cluster_tree_
 

Detailed Description

A nested class used for exporting cluster trees to graphviz format

Definition at line 541 of file poseClustering.h.

Constructor & Destructor Documentation

BALL::PoseClustering::ClusterTreeWriter_::ClusterTreeWriter_ ( ClusterTree const *  cluster_tree)
inline

Definition at line 544 of file poseClustering.h.

Member Function Documentation

void BALL::PoseClustering::ClusterTreeWriter_::operator() ( std::ostream &  out,
const ClusterTreeNode v 
) const

Member Data Documentation

ClusterTree const* BALL::PoseClustering::ClusterTreeWriter_::cluster_tree_
protected

Definition at line 551 of file poseClustering.h.