Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::pair_vice_versa_functor< Func > Struct Template Reference

functor for invoking a functor for a pair(u,v) and then (v,u) More...

#include <ogdf/energybased/fast_multipole_embedder/FMEFunctional.h>

Public Member Functions

 pair_vice_versa_functor (const Func &f)
 
template<typename A , typename B >
void operator() (A a, B b)
 

Public Attributes

Func func
 

Detailed Description

template<typename Func>
struct ogdf::fast_multipole_embedder::pair_vice_versa_functor< Func >

functor for invoking a functor for a pair(u,v) and then (v,u)

Definition at line 185 of file FMEFunctional.h.

Constructor & Destructor Documentation

◆ pair_vice_versa_functor()

template<typename Func >
ogdf::fast_multipole_embedder::pair_vice_versa_functor< Func >::pair_vice_versa_functor ( const Func f)
inline

Definition at line 188 of file FMEFunctional.h.

Member Function Documentation

◆ operator()()

Definition at line 191 of file FMEFunctional.h.

Member Data Documentation

◆ func


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