This is the complete list of members for vtImage, including all inherited members.
_BasicInit() (defined in vtImage) | vtImage | protected |
_CreateFromDIB(vtDIB *pDIB, bool b16bit=false) (defined in vtImage) | vtImage | protected |
_ReadPNG(const char *filename) (defined in vtImage) | vtImage | protected |
AllocMipMaps() (defined in vtImage) | vtImage | |
BlitTo(vtBitmapBase &target, int x, int y) (defined in vtBitmapBase) | vtBitmapBase | |
bTreatBlackAsTransparent (defined in vtImage) | vtImage | static |
CleanupGDALUsage() (defined in vtImage) | vtImage | protected |
ConvertProjection(vtImage *input, vtProjection &proj_new, int iSampleN, bool progress_callback(int)=NULL) (defined in vtImage) | vtImage | |
Create(int width, int height, int bitdepth, bool create_palette=false) (defined in vtImage) | vtImage | |
CreateOverviews() (defined in vtImage) | vtImage | |
DrawMipMaps() (defined in vtImage) | vtImage | |
DrawToView(wxDC *pDC, vtScaledView *pView) (defined in vtImage) | vtImage | |
FreeMipMaps() (defined in vtImage) | vtImage | |
GetAtProjection() (defined in vtImage) | vtImage | inline |
GetBitmap() (defined in vtImage) | vtImage | inline |
GetBitmapInfo(size_t i) (defined in vtImage) | vtImage | inline |
GetColorSolid(const DPoint2 &p, RGBi &rgb, double dRes=0.0) | vtImage | |
GetData() (defined in vtImage) | vtImage | inline |
GetDepth() const (defined in vtImage) | vtImage | virtual |
GetDimensions(int &xsize, int &ysize) const (defined in vtImage) | vtImage | inline |
GetDimensions() const (defined in vtImage) | vtImage | inline |
GetExtent(DRECT &rect) const (defined in vtImage) | vtImage | |
GetFilename() const | vtImage | inline |
GetHeight() const (defined in vtImage) | vtImage | virtual |
GetMultiSample(const DPoint2 &p, const DLine2 &offsets, RGBi &rgb, double dRes=0.0) | vtImage | |
GetPixel24(int x, int y, RGBi &rgb) const (defined in vtImage) | vtImage | virtual |
GetPixel32(int x, int y, RGBAi &rgba) const (defined in vtImage) | vtImage | virtual |
GetPixel8(int x, int y) const (defined in vtImage) | vtImage | virtual |
GetProjection(vtProjection &proj) const (defined in vtImage) | vtImage | |
GetRGB(int x, int y, RGBi &rgb, double dRes=0.0) (defined in vtImage) | vtImage | |
GetRowData(int row) (defined in vtImage) | vtImage | inline |
GetSpacing(int bitmap=0) const (defined in vtImage) | vtImage | |
GetWidth() const (defined in vtImage) | vtImage | virtual |
HasData() (defined in vtImage) | vtImage | inline |
LoadFromGDAL(const char *fname) (defined in vtImage) | vtImage | |
m_Bitmaps (defined in vtImage) | vtImage | protected |
m_Extents (defined in vtImage) | vtImage | protected |
m_iCompleted (defined in vtImage) | vtImage | protected |
m_iTotal (defined in vtImage) | vtImage | protected |
m_linebuf (defined in vtImage) | vtImage | |
m_pCanvas (defined in vtImage) | vtImage | protected |
m_pDataset (defined in vtImage) | vtImage | |
m_proj (defined in vtImage) | vtImage | protected |
NumBitmaps() const (defined in vtImage) | vtImage | inline |
NumBitmapsInMemory() (defined in vtImage) | vtImage | |
NumBitmapsOnDisk() (defined in vtImage) | vtImage | |
ReadFeaturesFromTerraserver(const DRECT &area, int iTheme, int iMetersPerPixel, int iUTMZone, const char *filename) (defined in vtImage) | vtImage | |
ReadPNGFromMemory(uchar *buf, int len) (defined in vtImage) | vtImage | |
ReadPPM(const char *fname, bool progress_callback(int)=NULL) (defined in vtImage) | vtImage | |
ReplaceColor(const RGBi &rgb1, const RGBi &rgb2) (defined in vtImage) | vtImage | |
ReprojectExtents(const vtProjection &proj_new) | vtImage | |
SaveToFile(const char *fname) const (defined in vtImage) | vtImage | |
Scale(int w, int h) (defined in vtImage) | vtImage | |
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 | |
SetDefaults() (defined in vtImage) | vtImage | protected |
SetExtent(const DRECT &rect) (defined in vtImage) | vtImage | |
SetPixel24(int x, int y, const RGBi &rgb) (defined in vtImage) | vtImage | virtual |
SetPixel32(int x, int y, const RGBAi &rgba) (defined in vtImage) | vtImage | virtual |
SetPixel8(int x, int y, uchar color) (defined in vtImage) | vtImage | virtual |
SetProjection(const vtProjection &proj) (defined in vtImage) | vtImage | |
SetRGB(int x, int y, uchar r, uchar g, uchar b) (defined in vtImage) | vtImage | |
SetRGB(int x, int y, const RGBi &rgb) (defined in vtImage) | vtImage | |
SetupBitmapInfo(int iXSize, int iYSize) (defined in vtImage) | vtImage | |
vtImage() (defined in vtImage) | vtImage | |
vtImage(const DRECT &area, int xsize, int ysize, const vtProjection &proj) (defined in vtImage) | vtImage | |
vtImage() (defined in vtImage) | vtImage | |
vtImage(class vtDIB *pDIB) (defined in vtImage) | vtImage | |
vtImage(vtImage *copyfrom) (defined in vtImage) | vtImage | |
WriteGridOfTilePyramids(TilingOptions &opts, BuilderView *pView) (defined in vtImage) | vtImage | |
WriteJPEG(const char *fname, int quality=99, bool progress_callback(int)=NULL) | vtImage | |
WritePNG(const char *fname, bool progress_callback(int)=NULL) (defined in vtImage) | vtImage | |
WritePPM(const char *fname) const (defined in vtImage) | vtImage | |
WriteTile(const TilingOptions &opts, BuilderView *pView, vtString &dirname, DRECT &tile_area, DPoint2 &tile_dim, int col, int row, int lod) (defined in vtImage) | vtImage | |
~vtBitmapBase() (defined in vtBitmapBase) | vtBitmapBase | inlinevirtual |
~vtImage() (defined in vtImage) | vtImage | virtual |