Hermes
 All Data Structures Files Functions Variables Macros Pages
Definition.sql File Reference

Functions

pointxyz inpointxyz (cstring)
 
cstring outpointxyz (pointxyz)
 
pointxyz recvpointxyz (internal)
 
bytea send (pointxyz)
 
boolean equals (pointxyz pointa, pointxyz pointb)
 
integer hash (pointxyz point)
 
float8 getx (pointxyz point)
 
float8 gety (pointxyz point)
 
float8 getz (pointxyz point)
 
pointxyz pointxyz (float8 x, float8 y, float8 z)
 
pointxyz clone (pointxyz point)
 

Function Documentation

pointxyz clone ( pointxyz  point)
boolean equals ( pointxyz  pointa,
pointxyz  pointb 
)
float8 getx ( pointxyz  point)
float8 gety ( pointxyz  point)
float8 getz ( pointxyz  point)
integer hash ( pointxyz  point)
pointxyz inpointxyz ( cstring  )
cstring outpointxyz ( pointxyz  )
pointxyz pointxyz ( float8  x,
float8  y,
float8  z 
)
pointxyz recvpointxyz ( internal  )
bytea send ( pointxyz  )