ISLEman
Image Member List

This is the complete list of members for Image, including all inherited members.

drawHorzArrow(int y, int xs, int xe, uchar colIndex, uint mask) (defined in Image)Image
drawHorzLine(int y, int xs, int xe, uchar colIndex, uint mask) (defined in Image)Image
drawRect(int x, int y, int width, int height, uchar colIndex, uint mask) (defined in Image)Image
drawVertArrow(int x, int ys, int ye, uchar colIndex, uint mask) (defined in Image)Image
drawVertLine(int x, int ys, int ye, uchar colIndex, uint mask) (defined in Image)Image
fillRect(int x, int y, int width, int height, uchar colIndex, uint mask) (defined in Image)Image
getData() const (defined in Image)Imageinline
getHeight() const (defined in Image)Imageinline
getPixel(int x, int y) const (defined in Image)Image
getWidth() const (defined in Image)Imageinline
Image(int w, int h) (defined in Image)Image
save(const char *fileName, int mode=0) (defined in Image)Image
setPixel(int x, int y, uchar val) (defined in Image)Image
stringLength (defined in Image)Imagefriend
stringLength(const char *s) (defined in Image)Imagestatic
writeChar(int x, int y, char c, uchar fg) (defined in Image)Image
writeString(int x, int y, const char *s, uchar fg) (defined in Image)Image
~Image() (defined in Image)Image