attach(PixRGB< byte > *array, const int width, const int height) | Image< PixRGB< byte > > | [inline] |
begin() const | Image< PixRGB< byte > > | [inline] |
beginw() | Image< PixRGB< byte > > | [inline] |
clear(const PixRGB< byte > &val=PixRGB< byte >()) | Image< PixRGB< byte > > | [inline] |
ColorMap() | ColorMap | |
ColorMap(const int n) | ColorMap | |
ColorMap(const Image< PixRGB< byte > > &cmap) | ColorMap | |
const_iterator typedef | Image< PixRGB< byte > > | |
coordsOk(const Point2D< int > &P) const | Image< PixRGB< byte > > | [inline] |
coordsOk(const int i, const int j) const | Image< PixRGB< byte > > | [inline] |
coordsOk(const Point2D< float > &p) const | Image< PixRGB< byte > > | [inline] |
coordsOk(const float i, const float j) const | Image< PixRGB< byte > > | [inline] |
deepcopy() const | Image< PixRGB< byte > > | [inline] |
detach() | Image< PixRGB< byte > > | [inline] |
end() const | Image< PixRGB< byte > > | [inline] |
endw() | Image< PixRGB< byte > > | [inline] |
freeMem() | Image< PixRGB< byte > > | [inline] |
getArrayPtr() const | Image< PixRGB< byte > > | [inline] |
getArrayPtr() | Image< PixRGB< byte > > | [inline] |
getBounds() const | Image< PixRGB< byte > > | [inline] |
getDims() const | Image< PixRGB< byte > > | [inline] |
getHeight() const | Image< PixRGB< byte > > | [inline] |
getSize() const | Image< PixRGB< byte > > | [inline] |
getVal(const int index) const | Image< PixRGB< byte > > | [inline] |
getVal(const int x, const int y) const | Image< PixRGB< byte > > | [inline] |
getVal(const Point2D< int > &p) const | Image< PixRGB< byte > > | [inline] |
getVal(const int x, const int y, T2 &val) const | Image< PixRGB< byte > > | [inline] |
getValInterp(const float x, const float y) const | Image< PixRGB< byte > > | [inline] |
getValInterp(const Point2D< float > &p) const | Image< PixRGB< byte > > | [inline] |
getValInterpScaled(const Point2D< int > &p, const Dims &pdims) const | Image< PixRGB< byte > > | [inline] |
getWidth() const | Image< PixRGB< byte > > | [inline] |
GRADIENT(const PixRGB< byte > &from, const PixRGB< byte > &to, const int n=256) | ColorMap | [static] |
GREY(const int n=256) | ColorMap | [static] |
hasSameData(const Image< PixRGB< byte > > &b) const | Image< PixRGB< byte > > | |
Image(const PixRGB< byte > *inarray, int width, int height) | Image< PixRGB< byte > > | [inline] |
Image(const PixRGB< byte > *inarray, const Dims &dims) | Image< PixRGB< byte > > | [inline] |
Image(int width, int height, InitPolicy init) | Image< PixRGB< byte > > | [inline] |
Image(const Dims &dims, InitPolicy init) | Image< PixRGB< byte > > | [inline, explicit] |
Image() | Image< PixRGB< byte > > | [inline] |
Image(const Image< PixRGB< byte > > &A) | Image< PixRGB< byte > > | [inline] |
Image(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
initialized() const | Image< PixRGB< byte > > | [inline] |
is1D() const | Image< PixRGB< byte > > | [inline] |
isSameSize(const C &other) const | Image< PixRGB< byte > > | [inline] |
isShared() const | Image< PixRGB< byte > > | |
isSquare() const | Image< PixRGB< byte > > | [inline] |
isTransposedVector() const | Image< PixRGB< byte > > | [inline] |
isVector() const | Image< PixRGB< byte > > | [inline] |
iterator typedef | Image< PixRGB< byte > > | |
JET(const int n=256) | ColorMap | [static] |
LINES(const int n=256) | ColorMap | [static] |
operator*(const T2 &val) const | Image< PixRGB< byte > > | [inline] |
operator*(const Image< T2 > &img) const | Image< PixRGB< byte > > | [inline] |
operator*=(const PixRGB< byte > &val) | Image< PixRGB< byte > > | |
operator*=(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
operator+(const T2 &val) const | Image< PixRGB< byte > > | [inline] |
operator+(const Image< T2 > &img) const | Image< PixRGB< byte > > | [inline] |
operator+=(const PixRGB< byte > &val) | Image< PixRGB< byte > > | |
operator+=(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
operator-(const T2 &val) const | Image< PixRGB< byte > > | [inline] |
operator-(const Image< T2 > &img) const | Image< PixRGB< byte > > | [inline] |
operator-=(const PixRGB< byte > &val) | Image< PixRGB< byte > > | |
operator-=(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
operator/(const T2 &val) const | Image< PixRGB< byte > > | [inline] |
operator/(const Image< T2 > &img) const | Image< PixRGB< byte > > | [inline] |
operator/=(const PixRGB< byte > &val) | Image< PixRGB< byte > > | |
operator/=(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
operator<<(const unsigned int nbits) const | Image< PixRGB< byte > > | |
operator<<=(const unsigned int nbits) | Image< PixRGB< byte > > | |
operator=(const Image< PixRGB< byte > > &A) | Image< PixRGB< byte > > | [inline] |
operator=(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
operator==(const Image< PixRGB< byte > > &that) const | Image< PixRGB< byte > > | |
operator>>(const unsigned int nbits) const | Image< PixRGB< byte > > | |
operator>>=(const unsigned int nbits) | Image< PixRGB< byte > > | |
operator[](const int index) | Image< PixRGB< byte > > | [inline] |
operator[](const int index) const | Image< PixRGB< byte > > | [inline] |
operator[](const Point2D< int > &p) | Image< PixRGB< byte > > | [inline] |
operator[](const Point2D< int > &p) const | Image< PixRGB< byte > > | [inline] |
operator|=(const Image< T2 > &A) | Image< PixRGB< byte > > | [inline] |
rectangleOk(const Rectangle &rect) const | Image< PixRGB< byte > > | [inline] |
refCount() const | Image< PixRGB< byte > > | |
resize(const Dims &dims, const bool clear=false) | Image< PixRGB< byte > > | [inline] |
resize(const int width, const int height, const bool clear=false) | Image< PixRGB< byte > > | [inline] |
setVal(const int index, const T2 &value) | Image< PixRGB< byte > > | [inline] |
setVal(const int x, const int y, const T2 &value) | Image< PixRGB< byte > > | [inline] |
setVal(const Point2D< int > &p, const T2 &value) | Image< PixRGB< byte > > | [inline] |
size() const | Image< PixRGB< byte > > | [inline] |
swap(Image< PixRGB< byte > > &other) | Image< PixRGB< byte > > | [inline] |
~ColorMap() | ColorMap | [virtual] |
~Image() | Image< PixRGB< byte > > | [inline] |