Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

simple functor for iterating over all points of a node More...

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

Public Member Functions

 forall_points_functor (const LinearQuadtree &t, const Func &f)
 
void operator() (NodeID u)
 

Public Attributes

Func func
 
const LinearQuadtreetree
 

Detailed Description

template<typename Func>
struct ogdf::fast_multipole_embedder::LinearQuadtree::forall_points_functor< Func >

simple functor for iterating over all points of a node

Definition at line 157 of file LinearQuadtree.h.

Constructor & Destructor Documentation

◆ forall_points_functor()

Definition at line 161 of file LinearQuadtree.h.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ func

◆ tree


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