Graphviz 13.0.0~dev.20241220.2304
|
#include <edge_bundling.h>
Data Fields | |
double | wgt |
int | npoints |
int | len |
int | dim |
double | edge_length |
std::vector< double > | x |
coordinates of the npoints poly points. Dimension dim*npoints | |
std::vector< double > | wgts |
Definition at line 16 of file edge_bundling.h.
int pedge::dim |
Definition at line 20 of file edge_bundling.h.
Referenced by edge_attraction_force(), edge_compatibility(), edge_compatibility_full(), edge_tension_force(), ink(), ink1(), pedge_double(), pedge_new(), pedge_wgt_new(), and pedge_wgts_realloc().
double pedge::edge_length |
Definition at line 21 of file edge_bundling.h.
Referenced by edge_attraction_force(), edge_tension_force(), force_directed_edge_bundling(), pedge_double(), pedge_new(), and pedge_wgt_new().
int pedge::len |
Definition at line 19 of file edge_bundling.h.
Referenced by pedge_double(), pedge_new(), pedge_wgt_new(), and pedge_wgts_realloc().
int pedge::npoints |
Definition at line 18 of file edge_bundling.h.
Referenced by agglomerative_ink_bundling_internal(), edge_attraction_force(), edge_compatibility(), edge_compatibility_full(), edge_tension_force(), ink(), ink1(), modularity_ink_bundling(), pedge_double(), pedge_new(), pedge_wgt_new(), and pedge_wgts_realloc().
double pedge::wgt |
Definition at line 17 of file edge_bundling.h.
Referenced by agglomerative_ink_bundling_internal(), ink(), pedge_new(), pedge_wgt_new(), and pedge_wgts_realloc().
std::vector<double> pedge::wgts |
Definition at line 23 of file edge_bundling.h.
Referenced by agglomerative_ink_bundling_internal(), pedge_wgt_new(), and pedge_wgts_realloc().
std::vector<double> pedge::x |
Definition at line 22 of file edge_bundling.h.
Referenced by agglomerative_ink_bundling_internal(), edge_attraction_force(), edge_compatibility(), edge_compatibility_full(), edge_tension_force(), force_directed_edge_bundling(), ink(), ink1(), modularity_ink_bundling(), pedge_double(), pedge_export_gv(), pedge_new(), pedge_wgt_new(), and pedge_wgts_realloc().