BALL
1.4.1
|
#include <BALL/DATATYPE/GRAPH/graphAlgorithms.h>
Public Member Functions | |
EditableVertexCopier (const Graph1 &, Graph2 &g2) | |
template<typename Vertex1 , typename Vertex2 > | |
void | operator() (const Vertex1 &v1, Vertex2 &v2) const |
Public Attributes | |
boost::property_map< Graph2, boost::vertex_orig_ptr_t > ::type | vertex_orig_map |
Graph1 const & | g1 |
Graph2 & | g2 |
Definition at line 112 of file graphAlgorithms.h.
BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::EditableVertexCopier | ( | const Graph1 & | , |
Graph2 & | g2 | ||
) | [inline] |
Definition at line 114 of file graphAlgorithms.h.
void BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::operator() | ( | const Vertex1 & | v1, |
Vertex2 & | v2 | ||
) | const [inline] |
Definition at line 121 of file graphAlgorithms.h.
Graph1 const& BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::g1 |
Definition at line 128 of file graphAlgorithms.h.
Graph2& BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::g2 |
Definition at line 129 of file graphAlgorithms.h.
boost::property_map<Graph2, boost::vertex_orig_ptr_t>::type BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::vertex_orig_map [mutable] |
Definition at line 127 of file graphAlgorithms.h.