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

The implementantion of BoxST. More...

Include dependency graph for Editors.c:

Functions

BoxSTbufferBoxST (const BoxST *box, float8 tSize, int32 xSize, int32 ySize, BoxST *result)
 
PGDLLEXPORT Datum bufferBoxSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (bufferBoxSTV1)
 
BoxSTenlargeBoxST (const BoxST *box, float8 tSize, int32 spSize, BoxST *result)
 
PGDLLEXPORT Datum enlargeBoxSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (enlargeBoxSTV1)
 

Detailed Description

The implementantion of BoxST.

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

These functions are documented in the BoxST/Editors.h

Function Documentation

BoxST* bufferBoxST ( const BoxST box,
float8  tSize,
int32  xSize,
int32  ySize,
BoxST result 
)
PGDLLEXPORT Datum bufferBoxSTV1 ( PG_FUNCTION_ARGS  )

References bufferBoxST(), and interval2seconds().

Here is the call graph for this function:

BoxST* enlargeBoxST ( const BoxST box,
float8  tSize,
int32  spSize,
BoxST result 
)
PGDLLEXPORT Datum enlargeBoxSTV1 ( PG_FUNCTION_ARGS  )

References enlargeBoxST(), and interval2seconds().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( bufferBoxSTV1  )
PG_FUNCTION_INFO_V1 ( enlargeBoxSTV1  )