ExecStreamGraphImpl::DotGraphRenderer Class Reference

List of all members.

Public Member Functions

void operator() (std::ostream &out) const

Detailed Description

Definition at line 664 of file ExecStreamGraph.cpp.


Member Function Documentation

void ExecStreamGraphImpl::DotGraphRenderer::operator() ( std::ostream &  out  )  const [inline]

Definition at line 667 of file ExecStreamGraph.cpp.

00668     {
00669         out << "graph [bgcolor=gray, rankdir=BT]" << std::endl;
00670         out << "node [shape=record, style=filled, "
00671             << "fillcolor=white, fontsize=10.0]" << std::endl;
00672         out << "edge [fontsize=10.0]" << std::endl;
00673     }


The documentation for this class was generated from the following file:
Generated on Mon Jun 22 04:00:30 2009 for Fennel by  doxygen 1.5.1