|
Hermes
|
#include <postgres.h>#include <fmgr.h>

Functions | |
| PGDLLEXPORT Datum | getS2T_TemporalBufferSize (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_TemporalBufferSize (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | getS2T_SpatialBufferSize (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_SpatialBufferSize (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | getS2T_SimplificationMethod (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_SimplificationMethodT (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_SimplificationMethodDP (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_SimplificationMethodDPP (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setNoneS2T_SimplificationMethod (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | getS2T_VotingMethod (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_VotingMethod (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setNoneS2T_VotingMethod (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | getS2T_Sigma (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setS2T_Sigma (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | getS2T_VotingSignal (PG_FUNCTION_ARGS) |
Variables | |
| float8 | S2T_TemporalBufferSize |
| int32 | S2T_SpatialBufferSize |
| int32 | S2T_SimplificationMethod |
| float8 | S2T_SimplificationSamplingPeriod |
| float8 | S2T_SimplificationEpsDP |
| int32 | S2T_VotingMethod |
| float8 | S2T_Sigma |
| float8 | S2T_sqSigma_times_two |
| MemoryContext | S2T_MemoryContext |
| int32 | S2T_NrSegments |
| float8 * | S2T_Voting |
| float8 * | S2T_Lifespan |
| PGDLLEXPORT Datum getS2T_Sigma | ( | PG_FUNCTION_ARGS | ) |
References S2T_Sigma.
| PGDLLEXPORT Datum getS2T_SimplificationMethod | ( | PG_FUNCTION_ARGS | ) |
References S2T_SimplificationMethod.
| PGDLLEXPORT Datum getS2T_SpatialBufferSize | ( | PG_FUNCTION_ARGS | ) |
References S2T_SpatialBufferSize.
| PGDLLEXPORT Datum getS2T_TemporalBufferSize | ( | PG_FUNCTION_ARGS | ) |
References S2T_TemporalBufferSize, and seconds2interval().

| PGDLLEXPORT Datum getS2T_VotingMethod | ( | PG_FUNCTION_ARGS | ) |
References S2T_VotingMethod.
| PGDLLEXPORT Datum getS2T_VotingSignal | ( | PG_FUNCTION_ARGS | ) |
References i(), S2T_Lifespan, S2T_NrSegments, S2T_Voting, and seconds2interval().

| PGDLLEXPORT Datum setNoneS2T_SimplificationMethod | ( | PG_FUNCTION_ARGS | ) |
References S2T_SimplificationMethod.
| PGDLLEXPORT Datum setNoneS2T_VotingMethod | ( | PG_FUNCTION_ARGS | ) |
References S2T_VotingMethod.
| PGDLLEXPORT Datum setS2T_Sigma | ( | PG_FUNCTION_ARGS | ) |
References S2T_Sigma, and S2T_sqSigma_times_two.
| PGDLLEXPORT Datum setS2T_SimplificationMethodDP | ( | PG_FUNCTION_ARGS | ) |
References S2T_SimplificationEpsDP, and S2T_SimplificationMethod.
| PGDLLEXPORT Datum setS2T_SimplificationMethodDPP | ( | PG_FUNCTION_ARGS | ) |
References S2T_SimplificationEpsDP, and S2T_SimplificationMethod.
| PGDLLEXPORT Datum setS2T_SimplificationMethodT | ( | PG_FUNCTION_ARGS | ) |
References interval2seconds(), S2T_SimplificationMethod, and S2T_SimplificationSamplingPeriod.

| PGDLLEXPORT Datum setS2T_SpatialBufferSize | ( | PG_FUNCTION_ARGS | ) |
References S2T_SpatialBufferSize.
| PGDLLEXPORT Datum setS2T_TemporalBufferSize | ( | PG_FUNCTION_ARGS | ) |
References interval2seconds(), and S2T_TemporalBufferSize.

| PGDLLEXPORT Datum setS2T_VotingMethod | ( | PG_FUNCTION_ARGS | ) |
References S2T_VotingMethod.
| float8* S2T_Lifespan |
Referenced by consistentGiSTSegmentST(), and getS2T_VotingSignal().
| MemoryContext S2T_MemoryContext |
Referenced by consistentGiSTSegmentST().
| int32 S2T_NrSegments |
Referenced by consistentGiSTSegmentST(), and getS2T_VotingSignal().
| float8 S2T_Sigma |
Referenced by getS2T_Sigma(), and setS2T_Sigma().
| float8 S2T_SimplificationEpsDP |
Referenced by consistentGiSTSegmentST(), setS2T_SimplificationMethodDP(), and setS2T_SimplificationMethodDPP().
| int32 S2T_SimplificationMethod |
| float8 S2T_SimplificationSamplingPeriod |
Referenced by consistentGiSTSegmentST(), and setS2T_SimplificationMethodT().
| int32 S2T_SpatialBufferSize |
Referenced by consistentGiSTSegmentST(), getS2T_SpatialBufferSize(), and setS2T_SpatialBufferSize().
| float8 S2T_sqSigma_times_two |
Referenced by consistentGiSTSegmentST(), and setS2T_Sigma().
| float8 S2T_TemporalBufferSize |
Referenced by consistentGiSTSegmentST(), getS2T_TemporalBufferSize(), and setS2T_TemporalBufferSize().
| float8* S2T_Voting |
Referenced by consistentGiSTSegmentST(), and getS2T_VotingSignal().
| int32 S2T_VotingMethod |
Referenced by consistentGiSTSegmentST(), getS2T_VotingMethod(), setNoneS2T_VotingMethod(), and setS2T_VotingMethod().