Home
last modified time | relevance | path

Searched refs:have_node_costs (Results 1 – 5 of 5) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/vector/neta/
H A Dpath.c45 int have_node_costs; in NetA_distance_from_points() local
58 have_node_costs = dglGet_NodeAttrSize(graph); in NetA_distance_from_points()
89 if (have_node_costs && prev[v]) { in NetA_distance_from_points()
146 int have_node_costs; in NetA_distance_to_points() local
163 have_node_costs = dglGet_NodeAttrSize(graph); in NetA_distance_to_points()
194 if (have_node_costs && nxt[v]) { in NetA_distance_to_points()
254 int have_node_costs; in NetA_find_path() local
268 have_node_costs = dglGet_NodeAttrSize(graph); in NetA_find_path()
283 if (have_node_costs && prev[vertex]) { in NetA_find_path()
H A Dcomponents.c59 int have_node_costs; in NetA_weakly_connected_components() local
79 have_node_costs = dglGet_NodeAttrSize(graph); in NetA_weakly_connected_components()
106 if (have_node_costs) { in NetA_weakly_connected_components()
126 if (have_node_costs) { in NetA_weakly_connected_components()
162 int have_node_costs; in NetA_strongly_connected_components() local
185 have_node_costs = dglGet_NodeAttrSize(graph); in NetA_strongly_connected_components()
221 if (have_node_costs) { in NetA_strongly_connected_components()
265 if (have_node_costs) { in NetA_strongly_connected_components()
H A Dflow.c56 int have_node_costs; in NetA_flow() local
79 have_node_costs = dglGet_NodeAttrSize(graph); in NetA_flow()
113 if (have_node_costs) { in NetA_flow()
/dports/databases/grass7/grass-7.8.6/vector/v.net.alloc/
H A Dalloc.c174 int have_node_costs; in alloc_from_centers() local
187 have_node_costs = dglGet_NodeAttrSize(graph); in alloc_from_centers()
219 if (have_node_costs && Nodes[v].edge) { in alloc_from_centers()
260 int have_node_costs; in alloc_to_centers() local
278 have_node_costs = dglGet_NodeAttrSize(graph); in alloc_to_centers()
310 if (have_node_costs && Nodes[v].edge) { in alloc_to_centers()
/dports/databases/grass7/grass-7.8.6/vector/v.net.iso/
H A Dalloc.c174 int have_node_costs; in alloc_from_centers() local
187 have_node_costs = dglGet_NodeAttrSize(graph); in alloc_from_centers()
219 if (have_node_costs && Nodes[v].edge) { in alloc_from_centers()
260 int have_node_costs; in alloc_to_centers() local
278 have_node_costs = dglGet_NodeAttrSize(graph); in alloc_to_centers()
310 if (have_node_costs && Nodes[v].edge) { in alloc_to_centers()