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

Functions

bool intersectsSegmentSP_BoxSP (const SegmentSP *segment, const BoxSP *box)
 
bool intersectsSegmentSP_SegmentSP (const SegmentSP *segmentA, const SegmentSP *segmentB)
 
PGDLLEXPORT Datum intersectsSegmentSP_BoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum intersectsSegmentSP_SegmentSPV1 (PG_FUNCTION_ARGS)
 
bool containsSegmentSP_PointSP (const SegmentSP *segment, const PointSP *point)
 
PGDLLEXPORT Datum containsSegmentSP_PointSPV1 (PG_FUNCTION_ARGS)
 
bool containedSegmentSP_BoxSP (const SegmentSP *segment, const BoxSP *box)
 
bool containedProperlySegmentSP_BoxSP (const SegmentSP *segment, const BoxSP *box)
 
PGDLLEXPORT Datum containedSegmentSP_BoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum containedProperlySegmentSP_BoxSPV1 (PG_FUNCTION_ARGS)
 
bool withinDistanceSegmentSP_RangeSP (const SegmentSP *segment, const RangeSP *range)
 
PGDLLEXPORT Datum withinDistanceSegmentSP_RangeSPV1 (PG_FUNCTION_ARGS)
 

Function Documentation

bool containedProperlySegmentSP_BoxSP ( const SegmentSP segment,
const BoxSP box 
)
PGDLLEXPORT Datum containedProperlySegmentSP_BoxSPV1 ( PG_FUNCTION_ARGS  )

References containedProperlySegmentSP_BoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum containedSegmentSP_BoxSPV1 ( PG_FUNCTION_ARGS  )

References containedSegmentSP_BoxSP().

Here is the call graph for this function:

bool containsSegmentSP_PointSP ( const SegmentSP segment,
const PointSP point 
)
PGDLLEXPORT Datum containsSegmentSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References containsSegmentSP_PointSP().

Here is the call graph for this function:

bool intersectsSegmentSP_BoxSP ( const SegmentSP segment,
const BoxSP box 
)
PGDLLEXPORT Datum intersectsSegmentSP_BoxSPV1 ( PG_FUNCTION_ARGS  )

References intersectsSegmentSP_BoxSP().

Here is the call graph for this function:

bool intersectsSegmentSP_SegmentSP ( const SegmentSP segmentA,
const SegmentSP segmentB 
)
PGDLLEXPORT Datum intersectsSegmentSP_SegmentSPV1 ( PG_FUNCTION_ARGS  )

References intersectsSegmentSP_SegmentSP().

Here is the call graph for this function:

bool withinDistanceSegmentSP_RangeSP ( const SegmentSP segment,
const RangeSP range 
)
PGDLLEXPORT Datum withinDistanceSegmentSP_RangeSPV1 ( PG_FUNCTION_ARGS  )

References withinDistanceSegmentSP_RangeSP().

Here is the call graph for this function: