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

The implementantion of BoxST. More...

Include dependency graph for Interactions.c:

Functions

BoxSTintersectionBoxST_BoxST (const BoxST *boxA, const BoxST *boxB, BoxST *result)
 
PGDLLEXPORT Datum intersectionBoxST_BoxSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (intersectionBoxST_BoxSTV1)
 
BoxSTunionBoxST_PointST (const BoxST *box, const PointST *point, BoxST *result)
 
PGDLLEXPORT Datum unionBoxST_PointSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (unionBoxST_PointSTV1)
 
BoxSTunionBoxST_SegmentST (const BoxST *box, const SegmentST *segment, BoxST *result)
 
PGDLLEXPORT Datum unionBoxST_SegmentSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (unionBoxST_SegmentSTV1)
 
BoxSTunionBoxST_BoxST (const BoxST *boxA, const BoxST *boxB, BoxST *result)
 
PGDLLEXPORT Datum unionBoxST_BoxSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (unionBoxST_BoxSTV1)
 

Detailed Description

The implementantion of BoxST.

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

These functions are documented in the BoxST/Interactions.h

Function Documentation

BoxST* intersectionBoxST_BoxST ( const BoxST boxA,
const BoxST boxB,
BoxST result 
)
PGDLLEXPORT Datum intersectionBoxST_BoxSTV1 ( PG_FUNCTION_ARGS  )

References intersectionBoxST_BoxST().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( intersectionBoxST_BoxSTV1  )
PG_FUNCTION_INFO_V1 ( unionBoxST_PointSTV1  )
PG_FUNCTION_INFO_V1 ( unionBoxST_SegmentSTV1  )
PG_FUNCTION_INFO_V1 ( unionBoxST_BoxSTV1  )
PGDLLEXPORT Datum unionBoxST_BoxSTV1 ( PG_FUNCTION_ARGS  )

References unionBoxST_BoxST().

Here is the call graph for this function:

BoxST* unionBoxST_PointST ( const BoxST box,
const PointST point,
BoxST result 
)
PGDLLEXPORT Datum unionBoxST_PointSTV1 ( PG_FUNCTION_ARGS  )

References unionBoxST_PointST().

Here is the call graph for this function:

BoxST* unionBoxST_SegmentST ( const BoxST box,
const SegmentST segment,
BoxST result 
)
PGDLLEXPORT Datum unionBoxST_SegmentSTV1 ( PG_FUNCTION_ARGS  )

References unionBoxST_SegmentST().

Here is the call graph for this function: