|
Graphviz 14.1.4~dev.20260303.0642
|
Go to the source code of this file.
Data Structures | |
| struct | relative_position_constraints_struct |
Typedefs | |
| typedef struct relative_position_constraints_struct * | relative_position_constraints |
Enumerations | |
| enum | { ELSCHEME_NONE = 0 , ELSCHEME_PENALTY , ELSCHEME_PENALTY2 , ELSCHEME_STRAIGHTLINE_PENALTY , ELSCHEME_STRAIGHTLINE_PENALTY2 } |
Functions | |
| PRIVATE void | remove_overlap (int dim, SparseMatrix A, double *x, double *label_sizes, int ntry, double initial_scaling, int edge_labeling_scheme, int n_constr_nodes, int *constr_nodes, SparseMatrix A_constr, bool doShrink) |
| typedef struct relative_position_constraints_struct* relative_position_constraints |
| anonymous enum |
| PRIVATE void remove_overlap | ( | int | dim, |
| SparseMatrix | A, | ||
| double * | x, | ||
| double * | label_sizes, | ||
| int | ntry, | ||
| double | initial_scaling, | ||
| int | edge_labeling_scheme, | ||
| int | n_constr_nodes, | ||
| int * | constr_nodes, | ||
| SparseMatrix | A_constr, | ||
| bool | doShrink | ||
| ) |
Definition at line 589 of file overlap.c.
References A, agerrorf(), and dim.
Referenced by makeMap(), and multilevel_spring_electrical_embedding().