BALL  1.4.79
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 550 of file poseClustering.h.

Constructor & Destructor Documentation

◆ ClusterTreeWriter_()

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

Definition at line 553 of file poseClustering.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ cluster_tree_

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

Definition at line 560 of file poseClustering.h.