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

Functions

float8 lengthSegmentSP (const SegmentSP *segment)
 
Vector2DdirectionSegmentSP (const SegmentSP *segment, Vector2D *result, float8 *norm)
 
PGDLLEXPORT Datum lengthSegmentSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum directionSegmentSPV1 (PG_FUNCTION_ARGS)
 
PointXYcenterSegmentSP (const SegmentSP *segment, PointXY *result)
 
float8 centerXSegmentSP (const SegmentSP *segment)
 
float8 centerYSegmentSP (const SegmentSP *segment)
 
PGDLLEXPORT Datum centerSegmentSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum centerXSegmentSPV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum centerYSegmentSPV1 (PG_FUNCTION_ARGS)
 

Function Documentation

PGDLLEXPORT Datum centerSegmentSPV1 ( PG_FUNCTION_ARGS  )

References centerSegmentSP().

Here is the call graph for this function:

float8 centerXSegmentSP ( const SegmentSP segment)

References SegmentSP::e, SegmentSP::i, and PointSP::x.

Referenced by centerXSegmentSPV1().

PGDLLEXPORT Datum centerXSegmentSPV1 ( PG_FUNCTION_ARGS  )

References centerXSegmentSP().

Here is the call graph for this function:

float8 centerYSegmentSP ( const SegmentSP segment)

References SegmentSP::e, SegmentSP::i, and PointSP::y.

Referenced by centerYSegmentSPV1().

PGDLLEXPORT Datum centerYSegmentSPV1 ( PG_FUNCTION_ARGS  )

References centerYSegmentSP().

Here is the call graph for this function:

PGDLLEXPORT Datum directionSegmentSPV1 ( PG_FUNCTION_ARGS  )

References directionSegmentSP().

Here is the call graph for this function:

PGDLLEXPORT Datum lengthSegmentSPV1 ( PG_FUNCTION_ARGS  )

References lengthSegmentSP().

Here is the call graph for this function: