GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
span-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_SPAN_DEPTHFIRST_SPANNING_FUNC (dglGraph_s *pgraphIn, dglGraph_s *pgraphOut, dglInt32_t nVertex, void *pvVisited, dglSpanClip_fn fnClip, void *pvClipArg)
 
int DGL_SPAN_MINIMUM_SPANNING_FUNC (dglGraph_s *pgraphIn, dglGraph_s *pgraphOut, dglInt32_t nVertex, dglSpanClip_fn fnClip, void *pvClipArg)
 

Function Documentation

◆ DGL_SPAN_DEPTHFIRST_SPANNING_FUNC()

◆ DGL_SPAN_MINIMUM_SPANNING_FUNC()