GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f8115df121
span-template.c File Reference
#include <grass/gis.h>
Include dependency graph for span-template.c:
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 UNUSED, void *pvClipArg UNUSED)
 

Function Documentation

◆ DGL_SPAN_DEPTHFIRST_SPANNING_FUNC()

◆ DGL_SPAN_MINIMUM_SPANNING_FUNC()