Definition at line 31 of file lwmval.c.
40 lwerror(
"missing m-value in function %s\n",__func__);
52 int pointsize = res_ndims *
sizeof(double);
59 uint32_t i, counter=0;
63 if(m_val >= min && m_val <= max)
70 for(i=0;i<pa->npoints;i++)
73 if(m_val >= min && m_val <= max)
76 res_cursor+=res_ndims;
POINTARRAY * ptarray_construct(char hasz, char hasm, uint32_t npoints)
Construct an empty pointarray, allocating storage and setting the npoints, but not filling in any inf...
#define FLAGS_GET_Z(flags)
#define FLAGS_NDIMS(flags)
#define FLAGS_GET_M(flags)
#define LWDEBUGF(level, msg,...)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
uint8_t * serialized_pointlist
References POINTARRAY::flags, FLAGS_GET_M, FLAGS_GET_Z, FLAGS_NDIMS, LWDEBUGF, lwerror(), POINTARRAY::npoints, ptarray_construct(), and POINTARRAY::serialized_pointlist.
Referenced by lwline_filterm(), lwpoint_filterm(), and lwpoly_filterm().