PostgreSQL Source Code
git master
|
#include <geo_decls.h>
Data Fields | |
int32 | vl_len_ |
int32 | npts |
BOX | boundbox |
Point | p [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 151 of file geo_decls.h.
BOX POLYGON::boundbox |
Definition at line 155 of file geo_decls.h.
Referenced by box_poly(), gist_poly_compress(), gist_poly_consistent(), make_bound_box(), poly_above(), poly_below(), poly_box(), poly_contain_poly(), poly_left(), poly_overabove(), poly_overbelow(), poly_overlap_internal(), poly_overleft(), poly_overright(), poly_right(), spg_box_quad_get_scankey_bbox(), and spg_poly_quad_compress().
int32 POLYGON::npts |
Definition at line 154 of file geo_decls.h.
Referenced by box_poly(), circle_poly(), dist_ppoly_internal(), lseg_inside_poly(), make_bound_box(), path_poly(), poly_contain_poly(), poly_contain_pt(), poly_distance(), poly_in(), poly_npoints(), poly_out(), poly_overlap_internal(), poly_path(), poly_recv(), poly_same(), poly_send(), poly_to_circle(), and pt_contained_poly().
Point POLYGON::p[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 156 of file geo_decls.h.
Referenced by box_poly(), circle_poly(), dist_ppoly_internal(), lseg_inside_poly(), make_bound_box(), path_poly(), poly_contain_poly(), poly_contain_pt(), poly_distance(), poly_in(), poly_out(), poly_overlap_internal(), poly_path(), poly_recv(), poly_same(), poly_send(), poly_to_circle(), and pt_contained_poly().
int32 POLYGON::vl_len_ |
Definition at line 153 of file geo_decls.h.