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

The implementantion of PointSP. More...

Include dependency graph for RelationalOperators.c:

Functions

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

Detailed Description

The implementantion of PointSP.

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

These functions are documented in the PointSP/RelationalOperators.h

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:

PG_FUNCTION_INFO_V1 ( northPointSP_PointSPV1  )
PG_FUNCTION_INFO_V1 ( southPointSP_PointSPV1  )
PG_FUNCTION_INFO_V1 ( eastPointSP_PointSPV1  )
PG_FUNCTION_INFO_V1 ( westPointSP_PointSPV1  )
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: