| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/image/imagepixelfilter.h>
Public Member Functions | |
| ImagePixelFilter (void(*)(unsigned char *, unsigned char *)) | |
| Applies the given callback function for all pixels. | |
| virtual Image * | manipulate (Image *soruce, Image *target) |
| virtual bool | operatesInPlace () const |
| VRS_TYPEINFO (ImagePixelFilter, ImageManipulator) | |
| VRS::ImagePixelFilter::ImagePixelFilter | ( | void(*)(unsigned char *, unsigned char *) | ) |
Applies the given callback function for all pixels.
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::ImagePixelFilter::operatesInPlace | ( | ) | const [virtual] |
See `ImageManipulator'. This manipulator operates in place.
Reimplemented from VRS::ImageManipulator.
| VRS::ImagePixelFilter::VRS_TYPEINFO | ( | ImagePixelFilter | , | |
| ImageManipulator | ||||
| ) |