| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/image/imagesizeadjuster.h>

Public Member Functions | |
| ImageSizeAdjuster () | |
| virtual Image * | manipulate (Image *source, Image *target) |
| virtual bool | operatesInPlace () const |
| VRS_TYPEINFO (ImageSizeAdjuster, ImageManipulator) | |
| VRS::ImageSizeAdjuster::ImageSizeAdjuster | ( | ) |
Matches a source image into a destination image.
The image operation is apply to the source image and the the resulting image is stored in the target image. The handle of the target image is returned.
Implements VRS::ImageManipulator.
| virtual bool VRS::ImageSizeAdjuster::operatesInPlace | ( | ) | const [virtual] |
See `ImageManipulator'. This manipulator operates in place.
Reimplemented from VRS::ImageManipulator.
| VRS::ImageSizeAdjuster::VRS_TYPEINFO | ( | ImageSizeAdjuster | , | |
| ImageManipulator | ||||
| ) |