Graphviz 13.0.0~dev.20241220.2304
|
#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().