|
| vtImageGeo (const vtImageGeo *copyfrom) |
|
bool | ReadTIF (const char *filename, bool progress_callback(int)=NULL) |
|
void | ReadExtents (const char *filename) |
|
vtProjection & | GetProjection () |
|
DRECT & | GetExtents () |
|
| vtImage (const DRECT &area, int xsize, int ysize, const vtProjection &proj) |
|
bool | GetExtent (DRECT &rect) const |
|
void | SetExtent (const DRECT &rect) |
|
void | DrawToView (wxDC *pDC, vtScaledView *pView) |
|
bool | ConvertProjection (vtImage *input, vtProjection &proj_new, int iSampleN, bool progress_callback(int)=NULL) |
|
DPoint2 | GetSpacing (int bitmap=0) const |
|
vtBitmap * | GetBitmap () |
|
void | GetProjection (vtProjection &proj) const |
|
vtProjection & | GetAtProjection () |
|
void | SetProjection (const vtProjection &proj) |
|
bool | ReprojectExtents (const vtProjection &proj_new) |
|
void | GetDimensions (int &xsize, int &ysize) const |
|
IPoint2 | GetDimensions () const |
|
bool | GetColorSolid (const DPoint2 &p, RGBi &rgb, double dRes=0.0) |
|
bool | GetMultiSample (const DPoint2 &p, const DLine2 &offsets, RGBi &rgb, double dRes=0.0) |
|
void | GetRGB (int x, int y, RGBi &rgb, double dRes=0.0) |
|
void | SetRGB (int x, int y, uchar r, uchar g, uchar b) |
|
void | SetRGB (int x, int y, const RGBi &rgb) |
|
void | ReplaceColor (const RGBi &rgb1, const RGBi &rgb2) |
|
void | SetupBitmapInfo (int iXSize, int iYSize) |
|
bool | ReadPPM (const char *fname, bool progress_callback(int)=NULL) |
|
bool | WritePPM (const char *fname) const |
|
bool | SaveToFile (const char *fname) const |
|
bool | ReadPNGFromMemory (uchar *buf, int len) |
|
bool | LoadFromGDAL (const char *fname) |
|
bool | CreateOverviews () |
|
bool | ReadFeaturesFromTerraserver (const DRECT &area, int iTheme, int iMetersPerPixel, int iUTMZone, const char *filename) |
|
bool | WriteGridOfTilePyramids (TilingOptions &opts, BuilderView *pView) |
|
bool | WriteTile (const TilingOptions &opts, BuilderView *pView, vtString &dirname, DRECT &tile_area, DPoint2 &tile_dim, int col, int row, int lod) |
|
size_t | NumBitmaps () const |
|
BitmapInfo & | GetBitmapInfo (size_t i) |
|
int | NumBitmapsInMemory () |
|
int | NumBitmapsOnDisk () |
|
void | AllocMipMaps () |
|
void | DrawMipMaps () |
|
void | FreeMipMaps () |
|
| vtImage (class vtDIB *pDIB) |
|
| vtImage (vtImage *copyfrom) |
|
bool | Create (int width, int height, int bitdepth, bool create_palette=false) |
|
bool | WritePNG (const char *fname, bool progress_callback(int)=NULL) |
|
bool | WriteJPEG (const char *fname, int quality=99, bool progress_callback(int)=NULL) |
|
bool | HasData () |
|
void | Scale (int w, int h) |
|
std::string | GetFilename () const |
| Return the name of the file, if any, from which the image was loaded.
|
|
uchar | GetPixel8 (int x, int y) const |
|
void | GetPixel24 (int x, int y, RGBi &rgb) const |
|
void | GetPixel32 (int x, int y, RGBAi &rgba) const |
|
void | SetPixel8 (int x, int y, uchar color) |
|
void | SetPixel24 (int x, int y, const RGBi &rgb) |
|
void | SetPixel32 (int x, int y, const RGBAi &rgba) |
|
uint | GetWidth () const |
|
uint | GetHeight () const |
|
uint | GetDepth () const |
|
uchar * | GetData () |
|
uchar * | GetRowData (int row) |
|
void | ScalePixel8 (int x, int y, float fScale) |
|
void | ScalePixel24 (int x, int y, float fScale) |
|
void | ScalePixel32 (int x, int y, float fScale) |
|
void | BlitTo (vtBitmapBase &target, int x, int y) |
|