Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::fast_multipole_embedder::pair_call_functor< F, A > Struct Template Reference

helper functor to generate a pair as parameters More...

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

Public Member Functions

 pair_call_functor (F f, A a)
 
template<typename B >
void operator() (B second)
 

Public Attributes

first
 
func
 

Detailed Description

template<typename F, typename A>
struct ogdf::fast_multipole_embedder::pair_call_functor< F, A >

helper functor to generate a pair as parameters

Definition at line 137 of file FMEFunctional.h.

Constructor & Destructor Documentation

◆ pair_call_functor()

template<typename F , typename A >
ogdf::fast_multipole_embedder::pair_call_functor< F, A >::pair_call_functor ( f,
a 
)
inline

Definition at line 140 of file FMEFunctional.h.

Member Function Documentation

◆ operator()()

template<typename F , typename A >
template<typename B >
void ogdf::fast_multipole_embedder::pair_call_functor< F, A >::operator() ( second)
inline

Definition at line 143 of file FMEFunctional.h.

Member Data Documentation

◆ first

template<typename F , typename A >
A ogdf::fast_multipole_embedder::pair_call_functor< F, A >::first

Definition at line 139 of file FMEFunctional.h.

◆ func

template<typename F , typename A >
F ogdf::fast_multipole_embedder::pair_call_functor< F, A >::func

Definition at line 138 of file FMEFunctional.h.


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