SPATMOD::IMAGE::FILTER_SELECT Class Reference

Filter to select specified component samples from source image. More...

#include <spatmod/imagefilterselect.h>

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

List of all members.

Public Member Functions

 FILTER_SELECT (STAGE *pPreviousStage, bool TakeOwnership, const UINT16 *SrcSamples, UINT16 NumSamples, PIXEL::TYPE TgtPixelType=PIXEL::TYPE_Invalid)
virtual ~FILTER_SELECT ()

Detailed Description

Filter to select specified component samples from source image.

Note that this can be used to replicate components also.


Constructor & Destructor Documentation

SPATMOD::IMAGE::FILTER_SELECT::FILTER_SELECT ( STAGE pPreviousStage,
bool  TakeOwnership,
const UINT16 SrcSamples,
UINT16  NumSamples,
PIXEL::TYPE  TgtPixelType = PIXEL::TYPE_Invalid 
)

Construct with specified sample array and optional pixel type.

The array of source sample indices may contain duplicates.

Parameters:
pPreviousStage Pointer to previous stage
TakeOwnership Filter takes ownership of previous stage and will delete when needed
SrcSamples Sample (indexes) to select from source
NumSamples Number of samples to select
TgtPixelType Target pixel type, if TYPE_Invalid will determine from selected samples
virtual SPATMOD::IMAGE::FILTER_SELECT::~FILTER_SELECT (  )  [virtual]

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

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