GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
nodemgmt-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_NODE_FUNC (dglGraph_s *pgraph, dglInt32_t nId, void *pvNodeAttr, dglInt32_t nFlags)
 
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)
 
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)
 

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()