GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
edgemgmt-template.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int DGL_ADD_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nHead, dglInt32_t nTail, dglInt32_t nCost, dglInt32_t nEdge, void *pvHeadAttr, void *pvTailAttr, void *pvEdgeAttr, dglInt32_t nFlags)
 
int DGL_DEL_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nEdge)
 
dglInt32_tDGL_GET_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nEdge)
 

Function Documentation

◆ DGL_ADD_EDGE_FUNC()

◆ DGL_DEL_EDGE_FUNC()

◆ DGL_GET_EDGE_FUNC()