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

BoxSTPointST2BoxST (const PointST *point, BoxST *result)
 
PGDLLEXPORT Datum PointST2BoxSTV1 (PG_FUNCTION_ARGS)
 
Vector3DPointST2Vector3D (const PointST *point, Vector3D *result)
 
PGDLLEXPORT Datum PointST2Vector3DV1 (PG_FUNCTION_ARGS)
 

Function Documentation

BoxST* PointST2BoxST ( const PointST point,
BoxST result 
)
PGDLLEXPORT Datum PointST2BoxSTV1 ( PG_FUNCTION_ARGS  )

References PointST2BoxST().

Here is the call graph for this function:

Vector3D* PointST2Vector3D ( const PointST point,
Vector3D result 
)

References PointST::sp, PointST::t, timestamp2seconds(), Vector3D::x, PointSP::x, Vector3D::y, PointSP::y, and Vector3D::z.

Referenced by PointST2Vector3DV1().

Here is the call graph for this function:

PGDLLEXPORT Datum PointST2Vector3DV1 ( PG_FUNCTION_ARGS  )

References PointST2Vector3D().

Here is the call graph for this function: