#include <vector>Go to the source code of this file.
Typedefs | |
| typedef void(* | extract_pixel_data_fnct_t) (const std::vector< unsigned char * > &, unsigned int, unsigned char *) |
Functions | |
| template<class T > | |
| void | extract_pixel_data (const std::vector< unsigned char * > &blocks, unsigned int offset, unsigned char *data) |
| void | set_extract_pixel_data_strategy (extract_pixel_data_fnct_t *f, int data_type) |
| typedef void(* extract_pixel_data_fnct_t) (const std::vector< unsigned char * > &, unsigned int, unsigned char *) |
Definition at line 7 of file block_utils.h.
| void extract_pixel_data | ( | const std::vector< unsigned char * > & | blocks, |
| unsigned int | offset, | ||
| unsigned char * | data | ||
| ) |
Definition at line 13 of file block_utils.h.
| 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().