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

The implementation of SegmentST. More...

#include "../../h/SpatioTemporal/SegmentST/Accessors.h"
#include <funcapi.h>
Include dependency graph for Accessors.c:

Functions

PointSTiSegmentST (const SegmentST *segment, PointST *result)
 
PointSTeSegmentST (const SegmentST *segment, PointST *result)
 
PGDLLEXPORT Datum iSegmentSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (iSegmentSTV1)
 
PGDLLEXPORT Datum eSegmentSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (eSegmentSTV1)
 
PGDLLEXPORT Datum pointsSegmentST (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pointsSegmentST)
 

Detailed Description

The implementation of SegmentST.

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

These functions are documented in the SegmentST/Accessors.h

Function Documentation

PointST* eSegmentST ( const SegmentST segment,
PointST result 
)
PGDLLEXPORT Datum eSegmentSTV1 ( PG_FUNCTION_ARGS  )

References eSegmentST().

Here is the call graph for this function:

PointST* iSegmentST ( const SegmentST segment,
PointST result 
)
PGDLLEXPORT Datum iSegmentSTV1 ( PG_FUNCTION_ARGS  )

References iSegmentST().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( iSegmentSTV1  )
PG_FUNCTION_INFO_V1 ( eSegmentSTV1  )
PG_FUNCTION_INFO_V1 ( pointsSegmentST  )
PGDLLEXPORT Datum pointsSegmentST ( PG_FUNCTION_ARGS  )

References eSegmentST(), and iSegmentST().

Here is the call graph for this function: