|
Hermes
|
#include "../PointSP/Definition.h"

Data Structures | |
| struct | BoxSP |
Functions | |
| BoxSP * | cloneBoxSP (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) |
Referenced by cloneBoxSPV1().
| PGDLLEXPORT Datum cloneBoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
| PGDLLEXPORT Datum constructorBoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
| PGDLLEXPORT Datum constructorHighBoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
| PGDLLEXPORT Datum equalsBoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
| 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 | ) |
| PGDLLEXPORT Datum inBoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
| PGDLLEXPORT Datum outBoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
| PGDLLEXPORT Datum recvBoxSP | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.
| PGDLLEXPORT Datum sendBoxSP | ( | PG_FUNCTION_ARGS | ) |