GRASS 8 Programmer's Manual 8.6.0dev(2026)-6050dcdd58
Loading...
Searching...
No Matches
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, 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()

dglInt32_t * DGL_GET_NODE_FUNC ( dglGraph_s pgraph,
dglInt32_t  nodeid 
)

Definition at line 312 of file nodemgmt-template.c.

References avl_find, DGL_GS_FLAT, DGL_NODE_ID, DGL_NODE_WSIZE, and NULL.

◆ DGL_GET_NODE_INEDGESET_FUNC()

◆ DGL_GET_NODE_OUTEDGESET_FUNC()