Go to the source code of this file.
Functions | |
| TECAPIEXPORT void | TeDestroyRaster (TeRaster *rst) |
| TECAPIEXPORT TeRaster * | TeOpenRaster (const char *path) |
| TECAPIEXPORT const TeBand * | TeRasterGetBand (const TeRaster *rst, int band) |
| TECAPIEXPORT const char * | TeRasterToString (const TeRaster *rst) |
| TECAPIEXPORT void TeDestroyRaster | ( | TeRaster * | rst | ) |
Definition at line 47 of file CRaster.cpp.
References mixture::rst.
| TECAPIEXPORT TeRaster* TeOpenRaster | ( | const char * | path | ) |
Definition at line 34 of file CRaster.cpp.
References te::rst::RasterFactory::open().
| TECAPIEXPORT const TeBand* TeRasterGetBand | ( | const TeRaster * | rst, |
| int | band | ||
| ) |
Definition at line 52 of file CRaster.cpp.
| TECAPIEXPORT const char* TeRasterToString | ( | const TeRaster * | rst | ) |
Definition at line 39 of file CRaster.cpp.