Hermes
 All Data Structures Files Functions Variables Macros Pages
Casts.h File Reference
Include dependency graph for Casts.h:
This graph shows which files directly or indirectly include this file:

Functions

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

Function Documentation

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: