All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Friends | List of all members
risc::sg::EdgePropertyWriter Struct Reference

#include <edge_property_writer.h>

Collaboration diagram for risc::sg::EdgePropertyWriter:
Collaboration graph

Public Member Functions

 EdgePropertyWriter (Graph &graph)
 
template<class Edge >
void operator() (std::ostream &out, Edge e)
 

Public Attributes

Graphgraph_
 The segment graph. More...
 

Friends

std::ostream & operator<< (std::ostream &out, const EdgePropertyWriter &epw)
 

Constructor & Destructor Documentation

risc::sg::EdgePropertyWriter::EdgePropertyWriter ( Graph graph)

Member Function Documentation

template<class Edge >
void risc::sg::EdgePropertyWriter::operator() ( std::ostream &  out,
Edge  e 
)
inline

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const EdgePropertyWriter epw 
)
friend

Member Data Documentation

Graph& risc::sg::EdgePropertyWriter::graph_

The segment graph.


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