|
DUDS
|
Distributed Update of Data from Something
|
Retreives a pixel's state; used to allow ConstPixel to be dereferenced like any other iterator to get a bool for the pixel. More...
#include <BppImage.hpp>
Public Member Functions | |
| ConstBoolProxy (const ConstPixel *p) | |
| operator bool () const | |
| Returns the pixel's state. More... | |
Private Attributes | |
| const ConstPixel * | cp |
Retreives a pixel's state; used to allow ConstPixel to be dereferenced like any other iterator to get a bool for the pixel.
Definition at line 794 of file BppImage.hpp.
|
inline |
Definition at line 797 of file BppImage.hpp.
|
inline |
Returns the pixel's state.
| ImageIteratorEndError |
Definition at line 802 of file BppImage.hpp.
|
private |
Definition at line 795 of file BppImage.hpp.