43 Agraph_t *g,
int maxcluster,
int dim,
int *nn,
double **label_sizes,
44 double **x,
int **clusters,
float **rgb_r,
float **rgb_g,
float **rgb_b,
45 float **fsz,
char ***labels,
int default_color_scheme,
int getDotNodeID(Agnode_t *n)
SparseMatrix SparseMatrix_import_dot(Agraph_t *g, double **x, int format)
@ COLOR_SCHEME_ADAM_BLEND
@ COLOR_SCHEME_SEQUENTIAL_SINGLEHUE_RED
@ COLOR_SCHEME_SEQUENTIAL_SINGLEHUE_RED_LIGHTER
@ COLOR_SCHEME_BLUE_YELLOW
void initDotIO(Agraph_t *g)
SparseMatrix Import_coord_clusters_from_dot(Agraph_t *g, int maxcluster, int dim, int *nn, double **label_sizes, double **x, int **clusters, float **rgb_r, float **rgb_g, float **rgb_b, float **fsz, char ***labels, int default_color_scheme, int clustering_scheme, int useClusters)
void Dot_SetClusterColor(Agraph_t *g, float *rgb_r, float *rgb_g, float *rgb_b, int *clustering)
void attach_edge_colors(Agraph_t *g, size_t dim, double *colors)
void setDotNodeID(Agnode_t *n, int v)
void attached_clustering(Agraph_t *g, int maxcluster, int clustering_scheme)
int Import_dot_splines(Agraph_t *g, int *ne, char ***xsplines)
abstract graph C library, Cgraph API
GVIO_API const char * format