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

PointXYPointSP2PointXY (const PointSP *point, PointXY *result)
 
PGDLLEXPORT Datum PointSP2PointXYV1 (PG_FUNCTION_ARGS)
 
BoxSPPointSP2BoxSP (const PointSP *point, BoxSP *result)
 
PGDLLEXPORT Datum PointSP2BoxSPV1 (PG_FUNCTION_ARGS)
 
Vector2DPointSP2Vector2D (const PointSP *point, Vector2D *result)
 
PGDLLEXPORT Datum PointSP2Vector2DV1 (PG_FUNCTION_ARGS)
 

Function Documentation

BoxSP* PointSP2BoxSP ( const PointSP point,
BoxSP result 
)
PGDLLEXPORT Datum PointSP2BoxSPV1 ( PG_FUNCTION_ARGS  )

References PointSP2BoxSP().

Here is the call graph for this function:

PointXY* PointSP2PointXY ( const PointSP point,
PointXY result 
)

References PointXY::x, PointSP::x, PointXY::y, and PointSP::y.

Referenced by PointSP2PointXYV1().

PGDLLEXPORT Datum PointSP2PointXYV1 ( PG_FUNCTION_ARGS  )

References PointSP2PointXY().

Here is the call graph for this function:

PGDLLEXPORT Datum PointSP2Vector2DV1 ( PG_FUNCTION_ARGS  )

References PointSP2Vector2D().

Here is the call graph for this function: