GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_dglSpanClipInput Struct Reference

#include <graph.h>

Data Fields

dglInt32_tpnNodeFrom
 
dglInt32_tpnEdge
 
dglInt32_tpnNodeTo
 

Detailed Description

Definition at line 112 of file graph.h.

Field Documentation

dglInt32_t* _dglSpanClipInput::pnEdge

Definition at line 115 of file graph.h.

Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().

dglInt32_t* _dglSpanClipInput::pnNodeFrom

Definition at line 114 of file graph.h.

Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().

dglInt32_t* _dglSpanClipInput::pnNodeTo

Definition at line 116 of file graph.h.

Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().


The documentation for this struct was generated from the following file: