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

int DGL_ADD_NODE_FUNC ( dglGraph_s pgraph,
dglInt32_t  nId,
void *  pvNodeAttr,
dglInt32_t  nFlags 
)

int DGL_DEL_NODE_FUNC ( dglGraph_s pgraph,
dglInt32_t  nNodeId 
)

int DGL_DEL_NODE_INEDGE_FUNC ( dglGraph_s pgraph,
dglInt32_t  nNode,
dglInt32_t  nEdge 
)

int DGL_DEL_NODE_OUTEDGE_FUNC ( dglGraph_s pgraph,
dglInt32_t  nNode,
dglInt32_t  nEdge 
)

dglInt32_t* DGL_GET_NODE_FUNC ( dglGraph_s pgraph,
dglInt32_t  nodeid 
)

dglInt32_t* DGL_GET_NODE_INEDGESET_FUNC ( dglGraph_s pgraph,
dglInt32_t pnode 
)

dglInt32_t* DGL_GET_NODE_OUTEDGESET_FUNC ( dglGraph_s pgraph,
dglInt32_t pnode 
)


Generated on Sun Apr 6 17:32:50 2008 for GRASS by  doxygen 1.5.5