Public Member Functions | Public Attributes | List of all members
label_writer_t Struct Reference

Public Member Functions

template<class vdesc_t >
void operator() (std::ostream &out, const vdesc_t v) const
 

Public Attributes

const cluster_graph_t & g
 

Detailed Description

Definition at line 90 of file ClusterSink.cxx.

Member Function Documentation

template<class vdesc_t >
void label_writer_t::operator() ( std::ostream &  out,
const vdesc_t  v 
) const
inline

Definition at line 93 of file ClusterSink.cxx.

93  {
94  out << "[label=\"" << asstring(g[v]) << "\"]";
95  }
const cluster_graph_t & g
Definition: ClusterSink.cxx:91
static std::string asstring(const cluster_node_t &n)
Definition: ClusterSink.cxx:75

Member Data Documentation

const cluster_graph_t& label_writer_t::g

Definition at line 91 of file ClusterSink.cxx.


The documentation for this struct was generated from the following file: