Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::FMETreePartition Struct Reference

struct for distributing subtrees to the threads More...

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

Public Member Functions

template<typename Func >
void for_loop (Func &func)
 

Public Attributes

std::list< LinearQuadtree::NodeIDnodes
 
uint32_t pointCount
 

Detailed Description

struct for distributing subtrees to the threads

Definition at line 48 of file FMEFunc.h.

Member Function Documentation

◆ for_loop()

template<typename Func >
void ogdf::fast_multipole_embedder::FMETreePartition::for_loop ( Func func)
inline

Definition at line 53 of file FMEFunc.h.

Member Data Documentation

◆ nodes

std::list<LinearQuadtree::NodeID> ogdf::fast_multipole_embedder::FMETreePartition::nodes

Definition at line 49 of file FMEFunc.h.

◆ pointCount

uint32_t ogdf::fast_multipole_embedder::FMETreePartition::pointCount

Definition at line 50 of file FMEFunc.h.


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