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

Functions

float8 sqDistancePointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
float8 distancePointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum distancePointSP_PointSPV1 (PG_FUNCTION_ARGS)
 
float8 distanceManhattanPointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum distanceManhattanPointSP_PointSPV1 (PG_FUNCTION_ARGS)
 
float8 distanceChebyshevPointSP_PointSP (const PointSP *pointA, const PointSP *pointB)
 
PGDLLEXPORT Datum distanceChebyshevPointSP_PointSPV1 (PG_FUNCTION_ARGS)
 

Function Documentation

float8 distanceChebyshevPointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)
PGDLLEXPORT Datum distanceChebyshevPointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References distanceChebyshevPointSP_PointSP().

Here is the call graph for this function:

float8 distanceManhattanPointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)
PGDLLEXPORT Datum distanceManhattanPointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References distanceManhattanPointSP_PointSP().

Here is the call graph for this function:

PGDLLEXPORT Datum distancePointSP_PointSPV1 ( PG_FUNCTION_ARGS  )

References distancePointSP_PointSP().

Here is the call graph for this function:

float8 sqDistancePointSP_PointSP ( const PointSP pointA,
const PointSP pointB 
)

References PointSP::x, and PointSP::y.

Referenced by DTW(), and Euclidean().