Filter to override pixel type of an image. More...
#include <spatmod/imagefilteroverridetype.h>

Public Member Functions | |
| FILTER_OVERRIDETYPE (STAGE *pSourceImage, bool TakeOwnership, PIXEL::TYPE PixelType) | |
| virtual | ~FILTER_OVERRIDETYPE () |
Filter to override pixel type of an image.
Does not actually change the image data at all, only changes the apparent pixel type.
| SPATMOD::IMAGE::FILTER_OVERRIDETYPE::FILTER_OVERRIDETYPE | ( | STAGE * | pSourceImage, | |
| bool | TakeOwnership, | |||
| PIXEL::TYPE | PixelType | |||
| ) |
Construct with specified target pixel type.
| pSourceImage | Source image stage | |
| TakeOwnership | Filter takes ownership of source stage and will delete when needed | |
| PixelType | Override pixel type |
| virtual SPATMOD::IMAGE::FILTER_OVERRIDETYPE::~FILTER_OVERRIDETYPE | ( | ) | [virtual] |
1.6.1