GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
edgemgmt-template.c File Reference
#include <grass/gis.h>
Include dependency graph for edgemgmt-template.c:
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 UNUSED)
 
dglInt32_tDGL_GET_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nEdge UNUSED)
 

Function Documentation

◆ DGL_ADD_EDGE_FUNC()

◆ DGL_DEL_EDGE_FUNC()

◆ DGL_GET_EDGE_FUNC()