|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
This is the complete list of members for scimesh::Image, including all inherited members.
| apply_contrast(float contrast) | scimesh::Image | |
| clear(uint8_t r, uint8_t g, uint8_t b, uint8_t a) | scimesh::Image | |
| clear_float(float r, float g, float b, float a) | scimesh::Image | |
| crop(int x, int y, int w, int h) | scimesh::Image | |
| crop_to_content(CropContentDirection direction, const Color &background) | scimesh::Image | |
| downsample_box(int factor) const | scimesh::Image | |
| get_pixel(int x, int y, uint8_t &r, uint8_t &g, uint8_t &b, uint8_t &a) const | scimesh::Image | |
| grow(int top, int bottom, int left, int right, const Color &background) | scimesh::Image | |
| height | scimesh::Image | |
| Image()=default | scimesh::Image | |
| Image(int w, int h) | scimesh::Image | |
| merge(const Image &other, MergeDirection direction) | scimesh::Image | |
| pad_to_size(int target_w, int target_h, const Color &background) | scimesh::Image | |
| pixels | scimesh::Image | |
| read_image(const std::string &path) | scimesh::Image | static |
| rotate_90(bool clockwise=true) | scimesh::Image | |
| sample_bilinear(float u, float v) const | scimesh::Image | |
| scale(int new_width, int new_height) | scimesh::Image | |
| set_pixel(int x, int y, uint8_t r, uint8_t g, uint8_t b, uint8_t a) | scimesh::Image | |
| width | scimesh::Image | |
| write_bmp(const std::string &filename) const | scimesh::Image | |
| write_png(const std::string &filename) const | scimesh::Image | |
| write_ppm(const std::string &filename) const | scimesh::Image | |
| write_tga(const std::string &filename, bool use24bit=false) const | scimesh::Image |