GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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