|
DUDS
|
Distributed Update of Data from Something
|
Retreives a pixel's state; used to allow Pixel to be dereferenced like any other iterator to get a bool for the pixel. More...
#include <BppImage.hpp>
Public Member Functions | |
| BoolProxy (Pixel *p) | |
| operator bool () | |
| Returns the pixel's state. More... | |
| bool | operator= (bool b) |
| Changes the pixel's state. More... | |
Private Attributes | |
| Pixel * | pix |
Retreives a pixel's state; used to allow Pixel to be dereferenced like any other iterator to get a bool for the pixel.
Definition at line 935 of file BppImage.hpp.
|
inline |
Definition at line 938 of file BppImage.hpp.
|
inline |
Returns the pixel's state.
| ImageIteratorEndError |
Definition at line 943 of file BppImage.hpp.
|
inline |
Changes the pixel's state.
| ImageIteratorEndError |
Definition at line 950 of file BppImage.hpp.
|
private |
Definition at line 936 of file BppImage.hpp.