PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ getPoint4d_cp()

static const POINT4D* getPoint4d_cp ( const POINTARRAY pa,
uint32_t  n 
)
inlinestatic

Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.

This is very high performance and declared const because you aren't allowed to muck with the values, only read them.

Definition at line 115 of file lwinline.h.

116 {
117  return (const POINT4D *)getPoint_internal(pa, n);
118 }
static uint8_t * getPoint_internal(const POINTARRAY *pa, uint32_t n)
Definition: lwinline.h:67

References getPoint_internal().

Referenced by ptarray_calculate_gbox_cartesian_4d().

Here is the call graph for this function:
Here is the caller graph for this function: