PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rtinfo()

void rtinfo ( const char *  fmt,
  ... 
)

Definition at line 231 of file rt_context.c.

231  {
232  va_list ap;
233 
234  va_start(ap, fmt);
235 
236  /* Call the supplied function */
237  (*ctx_t.info)(fmt, ap);
238 
239  va_end(ap);
240 }
def fmt
Definition: pixval.py:93
static struct rt_context_t ctx_t
Definition: rt_context.c:124
rt_message_handler info
Definition: rt_context.c:119

References ctx_t, pixval::fmt, and rt_context_t::info.

Referenced by rt_raster_colormap(), rt_raster_compute_skewed_raster(), rt_raster_gdal_polygonize(), rt_raster_gdal_rasterize(), rt_raster_geos_spatial_relationship(), rt_raster_intersects(), rt_raster_iterator(), and rt_util_gdal_open().

Here is the caller graph for this function: