PostGIS  3.7.0dev-r@@SVN_REVISION@@
lwt_edgeend_star.h File Reference
Include dependency graph for lwt_edgeend_star.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  LWT_EDGEEND_STAR_t
 

Typedefs

typedef struct LWT_EDGEEND_STAR_t LWT_EDGEEND_STAR
 

Functions

LWT_EDGEEND_STARlwt_edgeEndStar_init (LWT_ELEMID nodeID)
 
void lwt_edgeEndStar_release (LWT_EDGEEND_STAR *star)
 
void lwt_edgeEndStar_addEdge (LWT_EDGEEND_STAR *star, const LWT_ISO_EDGE *edge)
 
void lwt_EdgeEndStar_debugPrint (const LWT_EDGEEND_STAR *star)
 
const LWT_EDGEENDlwt_edgeEndStar_getNextCW (LWT_EDGEEND_STAR *star, LWT_ISO_EDGE *edge, int outgoing)
 
const LWT_EDGEENDlwt_edgeEndStar_getNextCCW (LWT_EDGEEND_STAR *star, LWT_ISO_EDGE *edge, int outgoing)