|
Graphviz 14.0.3~dev.20251028.0232
|
#include <vector>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) |
| 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().