![]() |
![]() |
![]() |
#include <Pixels.h>
Collaboration diagram for Magick::Pixels:
Public Member Functions | |
| Pixels (Magick::Image &image_) | |
| ~Pixels (void) | |
| PixelPacket * | get (const int x_, const int y_, const unsigned int columns_, const unsigned int rows_) |
| const PixelPacket * | getConst (const int x_, const int y_, const unsigned int columns_, const unsigned int rows_) |
| void | sync (void) |
| PixelPacket * | set (const int x_, const int y_, const unsigned int columns_, const unsigned int rows_) |
| IndexPacket * | indexes (void) |
| int | x (void) const |
| int | y (void) const |
| unsigned int | columns (void) const |
| unsigned int | rows (void) const |
| Pixels (Magick::Image &image_) | |
| ~Pixels (void) | |
| PixelPacket * | get (const int x_, const int y_, const unsigned int columns_, const unsigned int rows_) |
| const PixelPacket * | getConst (const int x_, const int y_, const unsigned int columns_, const unsigned int rows_) |
| void | sync (void) |
| PixelPacket * | set (const int x_, const int y_, const unsigned int columns_, const unsigned int rows_) |
| IndexPacket * | indexes (void) |
| int | x (void) const |
| int | y (void) const |
| unsigned int | columns (void) const |
| unsigned int | rows (void) const |
Private Member Functions | |
| Pixels (const Pixels &pixels_) | |
| const Pixels & | operator= (const Pixels &pixels_) |
| Pixels (const Pixels &pixels_) | |
| const Pixels & | operator= (const Pixels &pixels_) |
Private Attributes | |
| Magick::Image | _image |
| MagickLib::ViewInfo * | _view |
| int | _x |
| int | _y |
| unsigned int | _columns |
| unsigned int | _rows |
| MagickLib::ViewInfo * | _view |
|
|
Definition at line 23 of file Pixels.cpp. References _image, _view, OpenCacheView(), Pixels(), and Magick::Image::throwImageException(). Referenced by Pixels().
Here is the call graph for this function: |
|
|
Definition at line 36 of file Pixels.cpp. References _view, and CloseCacheView().
Here is the call graph for this function: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 115 of file Pixels.h. References _columns.
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 45 of file Pixels.cpp. References _columns, _image, _rows, _view, _x, _y, get(), GetCacheView(), PixelPacket, and Magick::Image::throwImageException(). Referenced by Magick::Image::floodFillTexture(), get(), and Magick::Image::pixelColor().
Here is the call graph for this function: |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 65 of file Pixels.cpp. References _columns, _rows, _view, _x, _y, AcquireCacheView(), DestroyExceptionInfo(), ExceptionInfo, getConst(), GetExceptionInfo(), PixelPacket, and Magick::throwException(). Referenced by getConst().
Here is the call graph for this function: |
|
|
|
|
|
Definition at line 117 of file Pixels.cpp. References _image, _view, GetCacheViewIndexes(), IndexPacket, and Magick::Image::throwImageException().
Here is the call graph for this function: |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 121 of file Pixels.h. References _rows.
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 98 of file Pixels.cpp. References _columns, _image, _rows, _view, _x, _y, PixelPacket, set(), SetCacheView(), and Magick::Image::throwImageException(). Referenced by set().
Here is the call graph for this function: |
|
|
|
|
|
Definition at line 89 of file Pixels.cpp. References _image, _view, SyncCacheView(), and Magick::Image::throwImageException(). Referenced by Magick::Image::pixelColor().
Here is the call graph for this function: |
|
|
|
|
|
Definition at line 103 of file Pixels.h. References _x.
|
|
|
|
|
|
Definition at line 109 of file Pixels.h. References _y.
|
|
|
Definition at line 91 of file Pixels.h. Referenced by columns(), get(), getConst(), and set(). |
|
|
Definition at line 87 of file Pixels.h. Referenced by get(), indexes(), Pixels(), set(), and sync(). |
|
|
Definition at line 92 of file Pixels.h. Referenced by get(), getConst(), rows(), and set(). |
|
|
|
|
|
Definition at line 88 of file Pixels.h. Referenced by get(), getConst(), indexes(), Pixels(), set(), sync(), and ~Pixels(). |
|
|
Definition at line 89 of file Pixels.h. Referenced by get(), getConst(), set(), and x(). |
|
|
Definition at line 90 of file Pixels.h. Referenced by get(), getConst(), set(), and y(). |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC