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

Functions

pointplh inpointplh (cstring)
 
cstring outpointplh (pointplh)
 
pointplh recvpointplh (internal)
 
bytea send (pointplh)
 
boolean equals (pointplh pointa, pointplh pointb)
 
integer hash (pointplh point)
 
float8 getphi (pointplh point)
 
float8 getlambda (pointplh point)
 
float8 geth (pointplh point)
 
pointplh pointplh (float8 phi, float8 lambda, float8 h)
 
pointplh clone (pointplh point)
 

Function Documentation

pointplh clone ( pointplh  point)
boolean equals ( pointplh  pointa,
pointplh  pointb 
)
float8 geth ( pointplh  point)
float8 getlambda ( pointplh  point)
float8 getphi ( pointplh  point)
integer hash ( pointplh  point)
pointplh inpointplh ( cstring  )
cstring outpointplh ( pointplh  )
pointplh pointplh ( float8  phi,
float8  lambda,
float8  h 
)
pointplh recvpointplh ( internal  )
bytea send ( pointplh  )