www/api/Magick++/classMagick_1_1Pixels.html
| Magick++ 7.1.0 |
Public Member Functions | List of all members
Magick::Pixels Class Reference
#include <Pixels.h>
|
| | | Pixels (Magick::Image &image_) | | | | | ~Pixels (void) | | | | Quantum * | get (const ::ssize_t x_, const ::ssize_t y_, const size_t columns_, const size_t rows_) | | | | const Quantum * | getConst (const ::ssize_t x_, const ::ssize_t y_, const size_t columns_, const size_t rows_) | | | | void * | metacontent (void) | | | | ssize_t | offset (PixelChannel channel) const | | | | Quantum * | set (const ::ssize_t x_, const ::ssize_t y_, const size_t columns_, const size_t rows_) | | | | void | sync (void) | | | | ::ssize_t | x (void) const | | | | ::ssize_t | y (void) const | | | | size_t | columns (void) const | | | | size_t | rows (void) const | | |
Definition at line 20 of file Pixels.h.
| Magick::Pixels::Pixels | ( | Magick::Image & | image_ | ) | |
Definition at line 21 of file Pixels.cpp.
References GetPPException, Magick::Image::image(), Magick::Image::quiet(), and ThrowPPException.
| Magick::Pixels::~Pixels | ( | void | | ) | |
Definition at line 33 of file Pixels.cpp.
|
| size_t Magick::Pixels::columns | ( | void | | ) | const |
| inline |
Definition at line 143 of file Pixels.h.
| Magick::Quantum * Magick::Pixels::get | ( | const ::ssize_t | x_, | | | | const ::ssize_t | y_, | | | | const size_t | columns_, | | | | const size_t | rows_ | | | ) | | |
Definition at line 39 of file Pixels.cpp.
References GetPPException, and ThrowPPException.
| const Magick::Quantum * Magick::Pixels::getConst | ( | const ::ssize_t | x_, | | | | const ::ssize_t | y_, | | | | const size_t | columns_, | | | | const size_t | rows_ | | | ) | | |
Definition at line 55 of file Pixels.cpp.
References GetPPException, and ThrowPPException.
| void * Magick::Pixels::metacontent | ( | void | | ) | |
Definition at line 102 of file Pixels.cpp.
| ssize_t Magick::Pixels::offset | ( | PixelChannel | channel | ) | const |
Definition at line 71 of file Pixels.cpp.
|
| size_t Magick::Pixels::rows | ( | void | | ) | const |
| inline |
Definition at line 149 of file Pixels.h.
| Magick::Quantum * Magick::Pixels::set | ( | const ::ssize_t | x_, | | | | const ::ssize_t | y_, | | | | const size_t | columns_, | | | | const size_t | rows_ | | | ) | | |
Definition at line 78 of file Pixels.cpp.
References GetPPException, and ThrowPPException.
| void Magick::Pixels::sync | ( | void | | ) | |
Definition at line 94 of file Pixels.cpp.
References GetPPException, and ThrowPPException.
|
| ssize_t Magick::Pixels::x | ( | void | | ) | const |
| inline |
Definition at line 131 of file Pixels.h.
|
| ssize_t Magick::Pixels::y | ( | void | | ) | const |
| inline |
Definition at line 137 of file Pixels.h.
The documentation for this class was generated from the following files: