MCPcopy Index your code
hub / github.com/MapServer/MapServer / msGetClass

Function msGetClass

mapraster.c:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169/************************************************************************/
170
171int msGetClass(layerObj *layer, colorObj *color )
172{
173 char pixel_value[12];
174
175 snprintf( pixel_value, sizeof(pixel_value), "%d", color->pen );
176
177 return msGetClass_String( layer, color, pixel_value );
178}
179
180/************************************************************************/
181/* msGetClass_FloatRGB() */

Callers 1

msDrawRasterLayerGDALFunction · 0.85

Calls 1

msGetClass_StringFunction · 0.85

Tested by

no test coverage detected