Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::fast_multipole_embedder::FuncInvoker< FunctionType, ArgType1, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType > Struct Template Reference

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

Public Member Functions

 FuncInvoker (FunctionType f, ArgType1 _arg1)
 
void operator() ()
 

Public Attributes

ArgType1 arg1
 
FunctionType function
 

Detailed Description

template<typename FunctionType, typename ArgType1>
struct ogdf::fast_multipole_embedder::FuncInvoker< FunctionType, ArgType1, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType >

Definition at line 498 of file FastUtils.h.

Constructor & Destructor Documentation

◆ FuncInvoker()

template<typename FunctionType , typename ArgType1 >
ogdf::fast_multipole_embedder::FuncInvoker< FunctionType, ArgType1, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType >::FuncInvoker ( FunctionType  f,
ArgType1  _arg1 
)
inline

Definition at line 500 of file FastUtils.h.

Member Function Documentation

◆ operator()()

template<typename FunctionType , typename ArgType1 >
void ogdf::fast_multipole_embedder::FuncInvoker< FunctionType, ArgType1, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType >::operator() ( )
inline

Definition at line 502 of file FastUtils.h.

Member Data Documentation

◆ arg1

template<typename FunctionType , typename ArgType1 >
ArgType1 ogdf::fast_multipole_embedder::FuncInvoker< FunctionType, ArgType1, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType >::arg1

Definition at line 505 of file FastUtils.h.

◆ function

template<typename FunctionType , typename ArgType1 >
FunctionType ogdf::fast_multipole_embedder::FuncInvoker< FunctionType, ArgType1, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType, EmptyArgType >::function

Definition at line 504 of file FastUtils.h.


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