Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
limbo::algorithms::VertexLabelWriter< GraphType > Struct Template Reference

default VertexLabelWriter for write_graph More...

#include <GraphUtility.h>

Inheritance diagram for limbo::algorithms::VertexLabelWriter< GraphType >:
limbo::algorithms::coloring::ColoringVertexLabelWriter< GraphType >

Public Types

typedef GraphType graph_type
 
typedef boost::graph_traits
< graph_type >
::vertex_descriptor 
vertex_descriptor
 

Public Member Functions

 VertexLabelWriter (graph_type const &_g)
 
vertex_descriptor label (vertex_descriptor v) const
 

Public Attributes

graph_type const & g
 bind graph object
 

Detailed Description

template<typename GraphType>
struct limbo::algorithms::VertexLabelWriter< GraphType >

default VertexLabelWriter for write_graph

Template Parameters
GraphTypegraph type

Definition at line 67 of file GraphUtility.h.

Constructor & Destructor Documentation

template<typename GraphType >
limbo::algorithms::VertexLabelWriter< GraphType >::VertexLabelWriter ( graph_type const &  _g)
inline

constructor

Parameters
_ggraph

Definition at line 78 of file GraphUtility.h.

Member Function Documentation

template<typename GraphType >
vertex_descriptor limbo::algorithms::VertexLabelWriter< GraphType >::label ( vertex_descriptor  v) const
inline
Parameters
vvertex
Returns
label of vertex

Definition at line 81 of file GraphUtility.h.


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