PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_band_get_height()

uint16_t rt_band_get_height ( rt_band  band)

Return height of this band.

Parameters
band: the band
Returns
band's height

Definition at line 516 of file rt_band.c.

References rt_band_t::height.

Referenced by _rti_raster_get_band_perimeter(), fillRasterToPolygonize(), RASTER_neighborhood(), rt_band_reclass(), test_band_metadata(), test_band_pixtype_16BSI(), test_band_pixtype_16BUI(), test_band_pixtype_1BB(), test_band_pixtype_2BUI(), test_band_pixtype_32BF(), test_band_pixtype_32BSI(), test_band_pixtype_32BUI(), test_band_pixtype_4BUI(), test_band_pixtype_64BF(), test_band_pixtype_8BSI(), and test_band_pixtype_8BUI().

516  {
517 
518  assert(NULL != band);
519 
520 
521  return band->height;
522 }
uint16_t height
Definition: librtcore.h:2268
Here is the caller graph for this function: