This is the complete list of members for cpe::image, including all inherited members.
copy_bloc(unsigned int kx_source, unsigned int ky_source, const image &image_source, unsigned int kx_destination, unsigned int ky_destination, image *image_destination, unsigned int size_bloc) | cpe::image | static |
data | cpe::image | private |
fill(const color &c) | cpe::image | |
fill_bloc(unsigned int kx, unsigned int ky, unsigned int size_bloc, const color &c) | cpe::image | |
get(const unsigned int kx, const unsigned ky) const | cpe::image | |
image() | cpe::image | |
image(unsigned int Nx, unsigned int Ny) | cpe::image | |
image(unsigned int Nx, unsigned int Ny, const std::vector< color > data) | cpe::image | |
Nx() const | cpe::image | |
Ny() const | cpe::image | |
operator()(const unsigned int kx, const unsigned int ky) const | cpe::image | |
operator()(const unsigned int kx, const unsigned int ky) | cpe::image | |
resize(unsigned int Nx, unsigned int Ny) | cpe::image | |
set(const unsigned int kx, const unsigned ky, const color &c) | cpe::image | |
set_raw_data(const std::vector< octet > &raw_data) | cpe::image | |
size_Nx | cpe::image | private |
size_Ny | cpe::image | private |
to_raw_data_rgb() const | cpe::image | |
to_raw_data_rgba() const | cpe::image |