Filter to apply PIXELTABLE to image. More...
#include <spatmod/imagefilterpixeltable.h>

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 () |
Filter to apply PIXELTABLE to image.
The input stage must have a single sample and should have an unsigned data type.
| SPATMOD::IMAGE::FILTER_PIXELTABLE::FILTER_PIXELTABLE | ( | STAGE * | pPreviousStage, | |
| bool | TakeOwnership, | |||
| const PIXELTABLE & | PixelTable | |||
| ) |
Constructor.
| 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.
| 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.
1.6.1