Loading [MathJax]/extensions/tex2jax.js

Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
LinearQuadtree.h File Reference

Declaration of class LinearQuadtree. More...

Go to the source code of this file.

Classes

class  ogdf::fast_multipole_embedder::LinearQuadtree
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::bottom_up_traversal_functor< F, CondType >
 bottom up traversal of the subtree of a given node More...
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::forall_children_functor< F >
 simple functor for iterating over all children of a node More...
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::forall_ordered_pairs_of_children_functor< F >
 functor for iterating over all ordered pairs of children of a node More...
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::forall_points_functor< Func >
 simple functor for iterating over all points of a node More...
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::forall_tree_nodes_functor< F >
 simple functor for iterating over all nodes More...
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::is_fence_condition_functor
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::is_leaf_condition_functor
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::LQNode
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::LQPoint
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::LQWSPair
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::StoreDirectNodeFunctor
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::StoreDirectPairFunctor
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::StoreWSPairFunctor
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::top_down_traversal_functor< F, CondType >
 top down traversal of the subtree of a given node More...
 
struct  ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >
 

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.
 
namespace  ogdf::fast_multipole_embedder
 

Macros

#define OGDF_LQ_M2L_MIN_BOUND   8
 
#define OGDF_LQ_WSPD_BOUND   25
 
#define OGDF_LQ_WSPD_BRANCH_BOUND   16
 

Functions

bool ogdf::fast_multipole_embedder::LQPointComparer (const LinearQuadtree::LQPoint &a, const LinearQuadtree::LQPoint &b)
 

Detailed Description

Declaration of class LinearQuadtree.

Author
Martin Gronemann
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file LinearQuadtree.h.

Macro Definition Documentation

◆ OGDF_LQ_M2L_MIN_BOUND

#define OGDF_LQ_M2L_MIN_BOUND   8

Definition at line 37 of file LinearQuadtree.h.

◆ OGDF_LQ_WSPD_BOUND

#define OGDF_LQ_WSPD_BOUND   25

Definition at line 39 of file LinearQuadtree.h.

◆ OGDF_LQ_WSPD_BRANCH_BOUND

#define OGDF_LQ_WSPD_BRANCH_BOUND   16

Definition at line 38 of file LinearQuadtree.h.