Hermes
 All Data Structures Files Functions Variables Macros Pages
Casts.c File Reference
Include dependency graph for Casts.c:

Functions

PointSPPointXY2PointSP (const PointXY *point, PointSP *result)
 
PGDLLEXPORT Datum PointXY2PointSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (PointXY2PointSPV1)
 
Vector2DPointXY2Vector2D (const PointXY *point, Vector2D *result)
 
PGDLLEXPORT Datum PointXY2Vector2DV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (PointXY2Vector2DV1)
 

Function Documentation

PG_FUNCTION_INFO_V1 ( PointXY2PointSPV1  )
PG_FUNCTION_INFO_V1 ( PointXY2Vector2DV1  )
PointSP* PointXY2PointSP ( const PointXY point,
PointSP result 
)

References round(), PointXY::x, PointSP::x, PointXY::y, and PointSP::y.

Referenced by PointXY2PointSPV1().

Here is the call graph for this function:

PGDLLEXPORT Datum PointXY2PointSPV1 ( PG_FUNCTION_ARGS  )

References PointXY2PointSP().

Here is the call graph for this function:

PGDLLEXPORT Datum PointXY2Vector2DV1 ( PG_FUNCTION_ARGS  )

References PointXY2Vector2D().

Here is the call graph for this function: