Filter to select specified component samples from source image. More...
#include <spatmod/imagefilterselect.h>

Public Member Functions | |
| FILTER_SELECT (STAGE *pPreviousStage, bool TakeOwnership, const UINT16 *SrcSamples, UINT16 NumSamples, PIXEL::TYPE TgtPixelType=PIXEL::TYPE_Invalid) | |
| virtual | ~FILTER_SELECT () |
Filter to select specified component samples from source image.
Note that this can be used to replicate components also.
| 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.
| 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] |
1.6.1