#include "block_utils.h"#include <terralib/datatype/Enums.h>#include <cstring>#include <boost/cstdint.hpp>Go to the source code of this file.
Functions | |
| void | set_extract_pixel_data_strategy (extract_pixel_data_fnct_t *f, int data_type) |
| void set_extract_pixel_data_strategy | ( | extract_pixel_data_fnct_t * | f, |
| int | data_type | ||
| ) |
Definition at line 13 of file block_utils.cpp.
References te::dt::CDOUBLE_TYPE, te::dt::CFLOAT_TYPE, te::dt::CHAR_TYPE, te::dt::CINT16_TYPE, te::dt::CINT32_TYPE, te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::R1BIT_TYPE, te::dt::R2BITS_TYPE, te::dt::R4BITS_TYPE, te::dt::UCHAR_TYPE, te::dt::UINT16_TYPE, and te::dt::UINT32_TYPE.
Referenced by modis_dataset::impl::impl().