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

Functions

bool northPointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum northPointSP_PointSPV1 (PG_FUNCTION_ARGS)
 
bool southPointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum southPointSP_PointSPV1 (PG_FUNCTION_ARGS)
 
bool eastPointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum eastPointSP_PointSPV1 (PG_FUNCTION_ARGS)
 
bool westPointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum westPointSP_PointSPV1 (PG_FUNCTION_ARGS)
 

Function Documentation

bool eastPointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)

References PointSP::x.

Referenced by eastPointSP_PointSPV1().

PGDLLEXPORT Datum eastPointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References eastPointSP_PointSP().

Here is the call graph for this function:

bool northPointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)

References PointSP::y.

Referenced by northPointSP_PointSPV1().

PGDLLEXPORT Datum northPointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References northPointSP_PointSP().

Here is the call graph for this function:

bool southPointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)

References PointSP::y.

Referenced by southPointSP_PointSPV1().

PGDLLEXPORT Datum southPointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References southPointSP_PointSP().

Here is the call graph for this function:

bool westPointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)

References PointSP::x.

Referenced by westPointSP_PointSPV1().

PGDLLEXPORT Datum westPointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References westPointSP_PointSP().

Here is the call graph for this function: