DGtal 2.1.0
|
Public Types | |
typedef boost::property_map< Graph2, boost::vertex_index_t >::type | graph_vertex_index_map |
typedef boost::property_map< Graph2, surfel_position_t >::type | graph_vertex_position_map |
typedef boost::graph_traits< Graph1 >::vertex_descriptor | Vertex1 |
typedef boost::graph_traits< Graph2 >::vertex_descriptor | Vertex2 |
using | graph_vertex_index_map = typename boost::property_map< Graph2, boost::vertex_index_t >::type |
using | graph_vertex_position_map = typename boost::property_map< Graph2, vertex_position_t >::type |
using | Vertex1 = typename boost::graph_traits< Graph1 >::vertex_descriptor |
using | Vertex2 = typename boost::graph_traits< Graph2 >::vertex_descriptor |
Public Member Functions | |
my_vertex_copier (const Graph1 &g1, Graph2 &g2, VertexIndexMap &indexMap) | |
void | operator() (const Vertex1 &v1, const Vertex2 &v2) const |
my_vertex_copier (const Graph1 &g1, Graph2 &g2, VertexIndexMap &indexMap) | |
void | operator() (const Vertex1 &v1, const Vertex2 &v2) const |
Data Fields | |
const Graph1 & | myG1 |
graph_vertex_index_map | graph_vertex_index |
graph_vertex_position_map | graph_vertex_position |
VertexIndexMap & | myIndexMap |
Definition at line 80 of file testDigitalSurfaceBoostGraphInterface.cpp.
typedef boost::property_map<Graph2,boost::vertex_index_t>::type my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_index_map |
Definition at line 81 of file testDigitalSurfaceBoostGraphInterface.cpp.
using my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_index_map = typename boost::property_map< Graph2, boost::vertex_index_t>::type |
Definition at line 126 of file testObjectBoostGraphInterface.cpp.
typedef boost::property_map<Graph2,surfel_position_t>::type my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_position_map |
Definition at line 82 of file testDigitalSurfaceBoostGraphInterface.cpp.
using my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_position_map = typename boost::property_map< Graph2, vertex_position_t>::type |
Definition at line 127 of file testObjectBoostGraphInterface.cpp.
typedef boost::graph_traits<Graph1>::vertex_descriptor my_vertex_copier< Graph1, Graph2, VertexIndexMap >::Vertex1 |
Definition at line 83 of file testDigitalSurfaceBoostGraphInterface.cpp.
using my_vertex_copier< Graph1, Graph2, VertexIndexMap >::Vertex1 = typename boost::graph_traits< Graph1 >::vertex_descriptor |
Definition at line 128 of file testObjectBoostGraphInterface.cpp.
typedef boost::graph_traits<Graph2>::vertex_descriptor my_vertex_copier< Graph1, Graph2, VertexIndexMap >::Vertex2 |
Definition at line 84 of file testDigitalSurfaceBoostGraphInterface.cpp.
using my_vertex_copier< Graph1, Graph2, VertexIndexMap >::Vertex2 = typename boost::graph_traits< Graph2 >::vertex_descriptor |
Definition at line 129 of file testObjectBoostGraphInterface.cpp.
|
inline |
Definition at line 91 of file testDigitalSurfaceBoostGraphInterface.cpp.
|
inline |
Definition at line 136 of file testObjectBoostGraphInterface.cpp.
|
inline |
Definition at line 98 of file testDigitalSurfaceBoostGraphInterface.cpp.
References my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_position, and surfel_position::myP.
|
inline |
Definition at line 143 of file testObjectBoostGraphInterface.cpp.
References my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_position, and vertex_position::myP.
graph_vertex_index_map my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_index |
Definition at line 87 of file testDigitalSurfaceBoostGraphInterface.cpp.
graph_vertex_position_map my_vertex_copier< Graph1, Graph2, VertexIndexMap >::graph_vertex_position |
Definition at line 88 of file testDigitalSurfaceBoostGraphInterface.cpp.
Referenced by my_vertex_copier< Graph1, Graph2, VertexIndexMap >::operator()().
const Graph1 & my_vertex_copier< Graph1, Graph2, VertexIndexMap >::myG1 |
Definition at line 86 of file testDigitalSurfaceBoostGraphInterface.cpp.
VertexIndexMap & my_vertex_copier< Graph1, Graph2, VertexIndexMap >::myIndexMap |
Definition at line 89 of file testDigitalSurfaceBoostGraphInterface.cpp.