Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
agglomerative_bundling.h File Reference
#include <vector>
Include dependency graph for agglomerative_bundling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void agglomerative_ink_bundling (int dim, SparseMatrix A, std::vector< pedge > &edges, int nneighbor, int max_recursion, double angle_param, double angle)
 

Function Documentation

◆ agglomerative_ink_bundling()

void agglomerative_ink_bundling ( int  dim,
SparseMatrix  A,
std::vector< pedge > &  edges,
int  nneighbor,
int  max_recursion,
double  angle_param,
double  angle 
)

Definition at line 503 of file agglomerative_bundling.cpp.

References A, agglomerative_ink_bundling_internal(), dim, ink_count, and Verbose.

Referenced by edge_bundling().

Here is the call graph for this function:
Here is the caller graph for this function: