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

Functions

TrajectoryexpandOnPointTrajectory (Trajectory *trajectory, const PointST *point)
 
PGDLLEXPORT Datum expandOnPointTrajectoryV1 (PG_FUNCTION_ARGS)
 
TrajectoryexpandOnSegmentTrajectory (Trajectory *trajectory, const SegmentST *segment)
 
PGDLLEXPORT Datum expandOnSegmentTrajectoryV1 (PG_FUNCTION_ARGS)
 
TrajectoryexpandOnTrajectoryTrajectory (Trajectory *trajectoryA, const Trajectory *trajectoryB, char **error)
 
PGDLLEXPORT Datum expandOnTrajectoryTrajectoryV1 (PG_FUNCTION_ARGS)
 

Function Documentation

Trajectory* expandOnPointTrajectory ( Trajectory trajectory,
const PointST point 
)

References Trajectory::NrPoints, Trajectory::points, reallocateTrajectory(), PointST::t, and trajectory().

Referenced by atBoxTrajectory(), and expandOnPointTrajectoryV1().

Here is the call graph for this function:

PGDLLEXPORT Datum expandOnPointTrajectoryV1 ( PG_FUNCTION_ARGS  )

References expandOnPointTrajectory(), and updateMetadataTrajectory().

Here is the call graph for this function:

PGDLLEXPORT Datum expandOnSegmentTrajectoryV1 ( PG_FUNCTION_ARGS  )

References expandOnSegmentTrajectory(), and updateMetadataTrajectory().

Here is the call graph for this function:

Trajectory* expandOnTrajectoryTrajectory ( Trajectory trajectoryA,
const Trajectory trajectoryB,
char **  error 
)
PGDLLEXPORT Datum expandOnTrajectoryTrajectoryV1 ( PG_FUNCTION_ARGS  )

References expandOnTrajectoryTrajectory(), and updateMetadataTrajectory().

Here is the call graph for this function: