, including all inherited members.
| check_position(const p2d &u) const | cpe::image | [inline] |
| coordinate_to_index(const p2d &u) const | cpe::image | [protected] |
| export_ppm(const std::string &filename) | cpe::image | |
| fill(const color &c) | cpe::image | |
| fill_rectangle(const p2d &u1, const p2d &u2, const color &c) | cpe::image | |
| get_b(const p2d &u) const | cpe::image | |
| get_data() const | cpe::image | |
| get_data() | cpe::image | |
| get_g(const p2d &u) const | cpe::image | |
| get_Nx() const | cpe::image | |
| get_Ny() const | cpe::image | |
| get_pixel(const p2d &u, color *c) const | cpe::image | |
| get_r(const p2d &u) const | cpe::image | |
| image() | cpe::image | |
| image(const unsigned int &N) | cpe::image | |
| image(const unsigned int &Nx, const unsigned int &Ny) | cpe::image | |
| image(const std::string &filename) | cpe::image | |
| image_drawable() | cpe::image_drawable | |
| image_drawable(const unsigned int &N) | cpe::image_drawable | |
| image_drawable(const unsigned int &Nx, const unsigned int &Ny) | cpe::image_drawable | |
| image_drawable(const std::string &filename) | cpe::image_drawable | |
| line(const p2d &u1, const p2d &u2, const color &c=color(255, 255, 255)) | cpe::image_drawable | |
| line(const p2d &u1, const p2d &u2, const color &c1, const color &c2) | cpe::image_drawable | |
| reshape(const unsigned int &Nx2) | cpe::image | |
| resize(const unsigned int &N) | cpe::image | |
| resize(const unsigned int &Nx, const unsigned int &Ny) | cpe::image | |
| set_pixel(const p2d &u, const color &c) | cpe::image | |
| triangle(const p2d &u1, const p2d &u2, const p2d &u3, const color &c=color(255, 255, 255)) | cpe::image_drawable | |
| triangle(const p2d &u1, const p2d &u2, const p2d &u3, const color &c1, const color &c2, const color &c3) | cpe::image_drawable | |