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

The implementation of BoxSP. More...

Include dependency graph for Casts.c:

Functions

RangeSPBoxSP2RangeSP (const BoxSP *box, RangeSP *result)
 
PGDLLEXPORT Datum BoxSP2RangeSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BoxSP2RangeSPV1)
 

Detailed Description

The implementation of BoxSP.

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

These functions are documented in the BoxSP/Casts.h

Function Documentation

RangeSP* BoxSP2RangeSP ( const BoxSP box,
RangeSP result 
)

References RangeSP::c, distancePointSP_PointSP(), BoxSP::h, BoxSP::l, RangeSP::r, round(), PointSP::x, and PointSP::y.

Referenced by BoxSP2RangeSPV1(), and BoxST2RangeST().

Here is the call graph for this function:

PGDLLEXPORT Datum BoxSP2RangeSPV1 ( PG_FUNCTION_ARGS  )

References BoxSP2RangeSP().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( BoxSP2RangeSPV1  )