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

Functions

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

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:

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: