Lines Matching refs:IGRAPH_EIT_GET
87 long int edge = IGRAPH_EIT_GET(edgeit); in igraph_get_adjacency()
100 long int edge = IGRAPH_EIT_GET(edgeit); in igraph_get_adjacency()
121 long int edge = IGRAPH_EIT_GET(edgeit); in igraph_get_adjacency()
142 long int edge = IGRAPH_EIT_GET(edgeit); in igraph_get_adjacency()
219 igraph_edge(graph, IGRAPH_EIT_GET(edgeit), &ffrom, &fto); in igraph_get_adjacency_sparse()
227 igraph_edge(graph, IGRAPH_EIT_GET(edgeit), &ffrom, &fto); in igraph_get_adjacency_sparse()
239 igraph_edge(graph, IGRAPH_EIT_GET(edgeit), &ffrom, &fto); in igraph_get_adjacency_sparse()
251 igraph_edge(graph, IGRAPH_EIT_GET(edgeit), &ffrom, &fto); in igraph_get_adjacency_sparse()
302 igraph_edge(graph, IGRAPH_EIT_GET(edgeit), &from, &to); in igraph_get_edgelist()
310 igraph_edge(graph, IGRAPH_EIT_GET(edgeit), &from, &to); in igraph_get_edgelist()
475 long int edge = IGRAPH_EIT_GET(eit); in igraph_to_undirected()