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

Data Structures

struct  BoxSP
 

Functions

BoxSPcloneBoxSP (const BoxSP *box, BoxSP *result)
 
PGDLLEXPORT Datum cloneBoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum constructorBoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum constructorHighBoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum inBoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum outBoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum recvBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum sendBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hashBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum equalsBoxSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum getLBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum getLxBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum getLyBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum getHBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum getHxBoxSP (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum getHyBoxSP (PG_FUNCTION_ARGS)
 

Function Documentation

BoxSP* cloneBoxSP ( const BoxSP box,
BoxSP result 
)

Referenced by cloneBoxSPV1().

PGDLLEXPORT Datum cloneBoxSPV1 ( PG_FUNCTION_ARGS  )

References cloneBoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum constructorBoxSPV1 ( PG_FUNCTION_ARGS  )

References BoxSP::constructorBoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum constructorHighBoxSPV1 ( PG_FUNCTION_ARGS  )

References BoxSP::constructorHighBoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum equalsBoxSPV1 ( PG_FUNCTION_ARGS  )

References BoxSP::equalsBoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum getHBoxSP ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum getHxBoxSP ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum getHyBoxSP ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum getLBoxSP ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum getLxBoxSP ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum getLyBoxSP ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hashBoxSP ( PG_FUNCTION_ARGS  )

References BoxSP::BoxSP2Bytea().

Here is the call graph for this function:

PGDLLEXPORT Datum inBoxSPV1 ( PG_FUNCTION_ARGS  )

References BoxSP::inBoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum outBoxSPV1 ( PG_FUNCTION_ARGS  )

References BoxSP::outBoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum recvBoxSP ( PG_FUNCTION_ARGS  )

References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.

PGDLLEXPORT Datum sendBoxSP ( PG_FUNCTION_ARGS  )

References BoxSP::BoxSP2Bytea().

Here is the call graph for this function: