Home
last modified time | relevance | path

Searched refs:edge_attr_type (Results 1 – 2 of 2) sorted by relevance

/dports/math/igraph/igraph-0.9.5/src/io/
H A Dleda.c72 igraph_attribute_type_t edge_attr_type = IGRAPH_ATTRIBUTE_DEFAULT; in igraph_write_graph_leda() local
102 IGRAPH_CHECK(igraph_i_attribute_gettype(graph, &edge_attr_type, in igraph_write_graph_leda()
104 if (edge_attr_type != IGRAPH_ATTRIBUTE_NUMERIC && in igraph_write_graph_leda()
105 edge_attr_type != IGRAPH_ATTRIBUTE_STRING) { in igraph_write_graph_leda()
106 edge_attr_name = 0; edge_attr_type = IGRAPH_ATTRIBUTE_DEFAULT; in igraph_write_graph_leda()
125 switch (edge_attr_type) { in igraph_write_graph_leda()
189 if (edge_attr_type == IGRAPH_ATTRIBUTE_NUMERIC) { in igraph_write_graph_leda()
211 } else if (edge_attr_type == IGRAPH_ATTRIBUTE_STRING) { in igraph_write_graph_leda()
/dports/math/R-cran-igraph/igraph/src/
H A Dforeign.c3217 igraph_attribute_type_t edge_attr_type = IGRAPH_ATTRIBUTE_DEFAULT; in igraph_write_graph_leda() local
3247 IGRAPH_CHECK(igraph_i_attribute_gettype(graph, &edge_attr_type, in igraph_write_graph_leda()
3249 if (edge_attr_type != IGRAPH_ATTRIBUTE_NUMERIC && in igraph_write_graph_leda()
3250 edge_attr_type != IGRAPH_ATTRIBUTE_STRING) { in igraph_write_graph_leda()
3251 edge_attr_name = 0; edge_attr_type = IGRAPH_ATTRIBUTE_DEFAULT; in igraph_write_graph_leda()
3270 switch (edge_attr_type) { in igraph_write_graph_leda()
3334 if (edge_attr_type == IGRAPH_ATTRIBUTE_NUMERIC) { in igraph_write_graph_leda()
3356 } else if (edge_attr_type == IGRAPH_ATTRIBUTE_STRING) { in igraph_write_graph_leda()