ImageAccessor< ChannelType, 1 > Class Template Reference
#include <image.h>
template<class ChannelType>
class mudbox::ImageAccessor< ChannelType, 1 >
Definition at line 2590 of file image.h.
|
| | ImageAccessor (Image *parent) |
| |
| Color | ColorAt (u_int X, u_int Y) const |
| | Get the value at a given coordinate. More...
|
| |
| | ImageAccessorBase (Image *parent) |
| |
| u_int | Width () const |
| |
| u_int | Height () const |
| |
| u_int | ChannelCount () const |
| |
| void | SetValueAt (u_int X, u_int Y, u_int Ch, float fVal) |
| | Set value for a specified texel. More...
|
| |
| float | ValueAt (u_int X, u_int Y, u_int Ch) const |
| | Get the value at a given coordinate. More...
|
| |
| void | SetColorAt (u_int X, u_int Y, const Color &cColor) |
| | Set value for a specified texel. More...
|
| |
| void * | AddrAt (u_int X, u_int Y, u_int Ch) |
| |
Definition at line 2593 of file image.h.
2593 : ImageAccessorBase<ChannelType, 1>(parent)
Get the value at a given coordinate.
Definition at line 2598 of file image.h.
float ValueAt(u_int X, u_int Y, u_int Ch) const
Get the value at a given coordinate.
The documentation for this class was generated from the following file: