Searched refs:edge_attr_type (Results 1 – 2 of 2) sorted by relevance
72 igraph_attribute_type_t edge_attr_type = IGRAPH_ATTRIBUTE_DEFAULT; in igraph_write_graph_leda() local102 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()
3217 igraph_attribute_type_t edge_attr_type = IGRAPH_ATTRIBUTE_DEFAULT; in igraph_write_graph_leda() local3247 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()