PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rtinfo()

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

Definition at line 211 of file rt_context.c.

References rt_context_t::info.

Referenced by convert_raster(), 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_raster_surface().

211  {
212  va_list ap;
213 
214  va_start(ap, fmt);
215 
216  /* Call the supplied function */
217  (*ctx_t.info)(fmt, ap);
218 
219  va_end(ap);
220 }
def fmt
Definition: pixval.py:92
static struct rt_context_t ctx_t
Definition: rt_context.c:118
rt_message_handler info
Definition: rt_context.c:114
Here is the caller graph for this function: