vtdata library
|
This is the complete list of members for vtDIB, including all inherited members.
Blit(vtDIB &target, int x, int y) | vtDIB | |
BlitTo(vtBitmapBase &target, int x, int y) (defined in vtBitmapBase) | vtBitmapBase | |
Create(const IPoint2 &size, int bitdepth) | vtDIB | |
GetData() const (defined in vtDIB) | vtDIB | inline |
GetDepth() const (defined in vtDIB) | vtDIB | inlinevirtual |
GetHeight() const (defined in vtDIB) | vtDIB | inline |
GetPixel24(int x, int y) const | vtDIB | |
GetPixel24(int x, int y, RGBi &rgb) const | vtDIB | virtual |
GetPixel32(int x, int y, RGBAi &rgba) const (defined in vtDIB) | vtDIB | virtual |
GetPixel8(int x, int y) const | vtDIB | virtual |
GetSize() const (defined in vtDIB) | vtDIB | inlinevirtual |
GetWidth() const (defined in vtDIB) | vtDIB | inline |
Invert() | vtDIB | |
IsAllocated() const (defined in vtDIB) | vtDIB | |
m_bLoadedSuccessfully (defined in vtDIB) | vtDIB | |
Read(const char *fname, bool progress_callback(int)=NULL) | vtDIB | |
ReadJPEG(const char *fname, bool progress_callback(int)=NULL) | vtDIB | |
ReadPNG(const char *fname, bool progress_callback(int)=NULL) | vtDIB | |
ScalePixel24(int x, int y, float fScale) (defined in vtBitmapBase) | vtBitmapBase | |
ScalePixel32(int x, int y, float fScale) (defined in vtBitmapBase) | vtBitmapBase | |
ScalePixel8(int x, int y, float fScale) (defined in vtBitmapBase) | vtBitmapBase | |
SetColor(const RGBi &rgb) | vtDIB | |
SetPixel24(int x, int y, uint color) | vtDIB | |
SetPixel24(int x, int y, const RGBi &rgb) (defined in vtDIB) | vtDIB | virtual |
SetPixel32(int x, int y, const RGBAi &rgba) (defined in vtDIB) | vtDIB | virtual |
SetPixel8(int x, int y, uchar color) | vtDIB | virtual |
vtDIB() | vtDIB | |
WriteJPEG(const char *fname, int quality, bool progress_callback(int)=NULL) | vtDIB | |
WritePNG(const char *fname) | vtDIB | |
WriteTIF(const char *fname, const DRECT *area=NULL, const vtCRS *proj=NULL, bool progress_callback(int)=NULL) | vtDIB | |
~vtBitmapBase() (defined in vtBitmapBase) | vtBitmapBase | inlinevirtual |
~vtDIB() (defined in vtDIB) | vtDIB | virtual |