SPATMOD::IMAGE::FILTER_PIXELTABLE Class Reference

Filter to apply PIXELTABLE to image. More...

#include <spatmod/imagefilterpixeltable.h>

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

List of all members.

Public Member Functions

 FILTER_PIXELTABLE (STAGE *pPreviousStage, bool TakeOwnership, PIXELTABLE &PixelTable, bool TakeTableOwnership)
 FILTER_PIXELTABLE (STAGE *pPreviousStage, bool TakeOwnership, const PIXELTABLE &PixelTable)
virtual ~FILTER_PIXELTABLE ()

Detailed Description

Filter to apply PIXELTABLE to image.

The input stage must have a single sample and should have an unsigned data type.


Constructor & Destructor Documentation

SPATMOD::IMAGE::FILTER_PIXELTABLE::FILTER_PIXELTABLE ( STAGE pPreviousStage,
bool  TakeOwnership,
const PIXELTABLE PixelTable 
)

Constructor.

Parameters:
pPreviousStage Pointer to previous stage
TakeOwnership Filter takes ownership of previous stage and will delete when needed
PixelTable Pixel lookup table
SPATMOD::IMAGE::FILTER_PIXELTABLE::FILTER_PIXELTABLE ( STAGE pPreviousStage,
bool  TakeOwnership,
PIXELTABLE PixelTable,
bool  TakeTableOwnership 
)

Constructor with option to take ownership of specified pixel table.

Parameters:
pPreviousStage Pointer to previous stage
TakeOwnership Filter takes ownership of previous stage and will delete when needed
PixelTable Pixel lookup table
TakeTableOwnership Whether to take ownership of table (more efficient if do so)
virtual SPATMOD::IMAGE::FILTER_PIXELTABLE::~FILTER_PIXELTABLE (  )  [virtual]

Destructor.


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

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