GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
edgemgmt-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_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nHead, dglInt32_t nTail, dglInt32_t nCost, dglInt32_t nEdge, void *pvHeadAttr, void *pvTailAttr, void *pvEdgeAttr, dglInt32_t nFlags)
 
int DGL_DEL_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nEdge)
 
dglInt32_tDGL_GET_EDGE_FUNC (dglGraph_s *pgraph, dglInt32_t nEdge)
 

Function Documentation