Hermes
 All Data Structures Files Functions Variables Macros Pages
Distance.c File Reference

The implementantion of SegmentSP. More...

Include dependency graph for Distance.c:

Functions

float8 distanceSegmentSP_PointSP (const SegmentSP *segment, const PointSP *point)
 
PGDLLEXPORT Datum distanceSegmentSP_PointSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentSP_PointSPV1)
 
float8 distanceSegmentSP_SegmentSP (const SegmentSP *segmentA, const SegmentSP *segmentB)
 
PGDLLEXPORT Datum distanceSegmentSP_SegmentSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentSP_SegmentSPV1)
 

Detailed Description

The implementantion of SegmentSP.

Author
Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).

These functions are documented in the SegmentSP/Distance.h

Function Documentation

PGDLLEXPORT Datum distanceSegmentSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References distanceSegmentSP_PointSP().

Here is the call graph for this function:

PGDLLEXPORT Datum distanceSegmentSP_SegmentSPV1 ( PG_FUNCTION_ARGS  )

References distanceSegmentSP_SegmentSP().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( distanceSegmentSP_PointSPV1  )
PG_FUNCTION_INFO_V1 ( distanceSegmentSP_SegmentSPV1  )