PostgreSQL Source Code
git master
|
#include <geo_decls.h>
Data Fields | |
int32 | vl_len_ |
int32 | npts |
int32 | closed |
int32 | dummy |
Point | p [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 115 of file geo_decls.h.
int32 PATH::closed |
Definition at line 119 of file geo_decls.h.
Referenced by dist_ppath_internal(), on_ppath(), path_add(), path_area(), path_close(), path_distance(), path_in(), path_inter(), path_isclosed(), path_isopen(), path_length(), path_open(), path_out(), path_poly(), path_recv(), path_send(), and poly_path().
int32 PATH::dummy |
Definition at line 120 of file geo_decls.h.
Referenced by path_add(), path_in(), path_recv(), and poly_path().
int32 PATH::npts |
Definition at line 118 of file geo_decls.h.
Referenced by dist_ppath_internal(), interpt_pp(), on_ppath(), path_add(), path_add_pt(), path_area(), path_distance(), path_div_pt(), path_in(), path_inter(), path_length(), path_mul_pt(), path_n_eq(), path_n_ge(), path_n_gt(), path_n_le(), path_n_lt(), path_npoints(), path_out(), path_poly(), path_recv(), path_send(), path_sub_pt(), and poly_path().
Point PATH::p[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 121 of file geo_decls.h.
Referenced by dist_ppath_internal(), interpt_pp(), on_ppath(), path_add(), path_add_pt(), path_area(), path_distance(), path_div_pt(), path_in(), path_inter(), path_length(), path_mul_pt(), path_out(), path_poly(), path_recv(), path_send(), path_sub_pt(), and poly_path().
int32 PATH::vl_len_ |
Definition at line 117 of file geo_decls.h.