SPATMOD::IMAGE::FILTER_TILE Class Reference

Filter to tile images into single larger image. More...

#include <spatmod/imagefiltertile.h>

Inheritance diagram for SPATMOD::IMAGE::FILTER_TILE:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

SPATMOD::IMAGE::FILTER_TILE::FILTER_TILE ( const DIMENSIONS Dimensions,
const GEOREFERENCE pGeoreference = 0 
) [explicit]

Construct using specified dimensions and optional georeference.

Parameters:
Dimensions Dimensions, overall and tiling
pGeoreference Optional georeference
virtual SPATMOD::IMAGE::FILTER_TILE::~FILTER_TILE (  )  [virtual]

Member Function Documentation

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.

Parameters:
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

The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:39:59 2012 for TNTsdk 2012 by  doxygen 1.6.1