BALL
1.4.2
|
#include <BALL/DATATYPE/GRAPH/graphAlgorithms.h>
Public Member Functions | |
EditableVertexCopier (const Graph1 &g1_, 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 116 of file graphAlgorithms.h.
|
inline |
Definition at line 118 of file graphAlgorithms.h.
|
inline |
Definition at line 125 of file graphAlgorithms.h.
Graph1 const& BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::g1 |
Definition at line 132 of file graphAlgorithms.h.
Graph2& BALL::GRAPH::EditableVertexCopier< Graph1, Graph2 >::g2 |
Definition at line 133 of file graphAlgorithms.h.
|
mutable |
Definition at line 131 of file graphAlgorithms.h.