| synopsis || prev || next |

kdu_line_buf::get_buf32

kdu_sample32 * get_buf32( )

[Declared in "../coresys/common/kdu_sample_processing.h"]

Go to class description.


Synopsis

Returns NULL if the object is not active, or the sample values are of type kdu_sample16 instead of kdu_sample32. Otherwise, the returned buffer is large enough to accommodate indices ranging from -2 to width+7, where width is the value returned by the get_width member. See introductory comments for the kdu_line_buf class.


| top || synopsis || prev || next |