GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
nodemgmt-template.c File Reference
#include <grass/gis.h>
Include dependency graph for nodemgmt-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_NODE_FUNC (dglGraph_s *pgraph, dglInt32_t nId, void *pvNodeAttr UNUSED, dglInt32_t nFlags UNUSED)
 
int DGL_DEL_NODE_OUTEDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nNode, dglInt32_t nEdge)
 
int DGL_DEL_NODE_INEDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nNode, dglInt32_t nEdge)
 
int DGL_DEL_NODE_FUNC (dglGraph_s *pgraph, dglInt32_t nNodeId UNUSED)
 
dglInt32_tDGL_GET_NODE_FUNC (dglGraph_s *pgraph, dglInt32_t nodeid)
 
dglInt32_tDGL_GET_NODE_OUTEDGESET_FUNC (dglGraph_s *pgraph, dglInt32_t *pnode)
 
dglInt32_tDGL_GET_NODE_INEDGESET_FUNC (dglGraph_s *pgraph, dglInt32_t *pnode UNUSED)
 

Function Documentation

◆ DGL_ADD_NODE_FUNC()

◆ DGL_DEL_NODE_FUNC()

◆ DGL_DEL_NODE_INEDGE_FUNC()

◆ DGL_DEL_NODE_OUTEDGE_FUNC()

◆ DGL_GET_NODE_FUNC()

◆ DGL_GET_NODE_INEDGESET_FUNC()

◆ DGL_GET_NODE_OUTEDGESET_FUNC()