DGtal 2.1.0
Loading...
Searching...
No Matches
my_edge_copier< Graph1, Graph2 > Struct Template Reference

Public Member Functions

 my_edge_copier (const Graph1 &UNUSED(g1), Graph2 &UNUSED(g2))
 
template<typename Edge1 , typename Edge2 >
void operator() (const Edge1 &, Edge2 &) const
 
 my_edge_copier (const Graph1 &, Graph2 &)
 
template<typename Edge1 , typename Edge2 >
void operator() (const Edge1 &, Edge2 &) const
 

Detailed Description

template<typename Graph1, typename Graph2>
struct my_edge_copier< Graph1, Graph2 >

Definition at line 109 of file testDigitalSurfaceBoostGraphInterface.cpp.

Constructor & Destructor Documentation

◆ my_edge_copier() [1/2]

template<typename Graph1 , typename Graph2 >
my_edge_copier< Graph1, Graph2 >::my_edge_copier ( const Graph1 &  UNUSEDg1,
Graph2 &  UNUSEDg2 
)
inline

Definition at line 110 of file testDigitalSurfaceBoostGraphInterface.cpp.

111 {}

◆ my_edge_copier() [2/2]

template<typename Graph1 , typename Graph2 >
my_edge_copier< Graph1, Graph2 >::my_edge_copier ( const Graph1 &  ,
Graph2 &   
)
inline

Definition at line 151 of file testObjectBoostGraphInterface.cpp.

152 {}

Member Function Documentation

◆ operator()() [1/2]

template<typename Graph1 , typename Graph2 >
template<typename Edge1 , typename Edge2 >
void my_edge_copier< Graph1, Graph2 >::operator() ( const Edge1 &  ,
Edge2 &   
) const
inline

Definition at line 113 of file testDigitalSurfaceBoostGraphInterface.cpp.

113 {
114 // does nothing
115 }

◆ operator()() [2/2]

template<typename Graph1 , typename Graph2 >
template<typename Edge1 , typename Edge2 >
void my_edge_copier< Graph1, Graph2 >::operator() ( const Edge1 &  ,
Edge2 &   
) const
inline

Definition at line 154 of file testObjectBoostGraphInterface.cpp.

154 {
155 // does nothing
156 }

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