Filter to tile images into single larger image. More...
#include <spatmod/imagefiltertile.h>

Public Member Functions | |
| FILTER_TILE (const DIMENSIONS &Dimensions, const GEOREFERENCE *pGeoreference=0) | |
| virtual | ~FILTER_TILE () |
| ERRVALUE | SetTile (UINT16 TileColumn, UINT16 TileRow, STAGE *pInputStage, bool TakeOwnership) |
Filter to tile images into single larger image.
First and last columns and rows may have dimensions that differ from interior tiles. All interior tiles must have same dimensions. Supports zooming if all tiles support compatible zooming.
| SPATMOD::IMAGE::FILTER_TILE::FILTER_TILE | ( | const DIMENSIONS & | Dimensions, | |
| const GEOREFERENCE * | pGeoreference = 0 | |||
| ) | [explicit] |
Construct using specified dimensions and optional georeference.
| Dimensions | Dimensions, overall and tiling | |
| pGeoreference | Optional georeference |
| virtual SPATMOD::IMAGE::FILTER_TILE::~FILTER_TILE | ( | ) | [virtual] |
| ERRVALUE SPATMOD::IMAGE::FILTER_TILE::SetTile | ( | UINT16 | TileColumn, | |
| UINT16 | TileRow, | |||
| STAGE * | pInputStage, | |||
| bool | TakeOwnership | |||
| ) |
Set input stage for specific tile.
All tiles must be set before calling Initialize.
| TileColumn | Tile column | |
| TileRow | Tile row | |
| pInputStage | Pointer to stage for tile, must have correct dimensions | |
| TakeOwnership | Filter takes ownership of previous stage and will delete when needed |
1.6.1