class Gambit::ModelHierarchy::colorWriter
Helper class for drawing the model hierarchy graph (edges)
Public Functions
Name | |
---|---|
colorWriter(const ModelGraphType * g) Constructor. | |
template <class VertexOrEdge > void | operator()(std::ostream & out, const VertexOrEdge & e) const |
Public Functions Documentation
function colorWriter
inline colorWriter(
const ModelGraphType * g
)
Constructor.
function operator()
template <class VertexOrEdge >
inline void operator()(
std::ostream & out,
const VertexOrEdge & e
) const
Updated on 2024-07-18 at 13:53:30 +0000