spectral::Image Member List
This is the complete list of members for
spectral::Image, including all inherited members.
Contract(uint32_t x_border, uint32_t y_border) const | spectral::Image | |
CreateThumbnail(uint32_t width, uint32_t height) const | spectral::Image | |
CreateTile(int32_t x, int32_t y, uint32_t width, uint32_t height, bool wrap_x, bool wrap_y) const | spectral::Image | |
Expand(uint32_t x_border, uint32_t y_border, bool wrap_x, bool wrap_y) const | spectral::Image | |
get_buffer(void) const | spectral::image< float > | [inline] |
get_channels(void) const | spectral::image< float > | [inline] |
get_colour_space(void) const | spectral::Image | |
get_constrained_pixel(uint32_t x, uint32_t y, bool wrap_x=false, bool wrap_y=false) const | spectral::image< float > | [inline] |
get_height(void) const | spectral::image< float > | [inline] |
get_index(uint32_t x, uint32_t y) const | spectral::image< float > | [inline] |
get_pixel(uint32_t x, uint32_t y) const | spectral::image< float > | [inline] |
get_width(void) const | spectral::image< float > | [inline] |
image(uint32_t width, uint32_t height, uint32_t channels=1, const float *buf=NULL) (defined in spectral::image< float >) | spectral::image< float > | [inline] |
Image(uint32_t width, uint32_t height, uint32_t cs, float *buffer=NULL) (defined in spectral::Image) | spectral::Image | |
Image(const Image &) (defined in spectral::Image) | spectral::Image | |
set_pixel(uint32_t x, uint32_t y, const float *pixel) | spectral::image< float > | [inline] |
~image() (defined in spectral::image< float >) | spectral::image< float > | [inline, virtual] |
~Image() (defined in spectral::Image) | spectral::Image | [virtual] |