Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::LQCoordsFunctor Class Reference

Computes the coords and size of the i-th node in the LinearQuadtree. More...

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

Public Member Functions

 LQCoordsFunctor (FMELocalContext *pLocalContext)
 
void operator() (uint32_t begin, uint32_t end)
 
void operator() (uint32_t i)
 
uint32_t operator() (void) const
 

Private Attributes

LinearQuadtreequadtree
 
LinearQuadtreeExpansionquadtreeExp
 

Detailed Description

Computes the coords and size of the i-th node in the LinearQuadtree.

Definition at line 481 of file FMEFunc.h.

Constructor & Destructor Documentation

◆ LQCoordsFunctor()

ogdf::fast_multipole_embedder::LQCoordsFunctor::LQCoordsFunctor ( FMELocalContext pLocalContext)
inlineexplicit

Definition at line 483 of file FMEFunc.h.

Member Function Documentation

◆ operator()() [1/3]

void ogdf::fast_multipole_embedder::LQCoordsFunctor::operator() ( uint32_t  begin,
uint32_t  end 
)
inline

Definition at line 492 of file FMEFunc.h.

◆ operator()() [2/3]

void ogdf::fast_multipole_embedder::LQCoordsFunctor::operator() ( uint32_t  i)
inline

Definition at line 490 of file FMEFunc.h.

◆ operator()() [3/3]

uint32_t ogdf::fast_multipole_embedder::LQCoordsFunctor::operator() ( void  ) const
inline

Definition at line 488 of file FMEFunc.h.

Member Data Documentation

◆ quadtree

LinearQuadtree* ogdf::fast_multipole_embedder::LQCoordsFunctor::quadtree
private

Definition at line 499 of file FMEFunc.h.

◆ quadtreeExp

LinearQuadtreeExpansion* ogdf::fast_multipole_embedder::LQCoordsFunctor::quadtreeExp
private

Definition at line 500 of file FMEFunc.h.


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