block_utils.h File Reference
#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 Documentation

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.

Function Documentation

template<class T >
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.