Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fl::Zoom Class Reference

#include <convolve.h>

Inheritance diagram for fl::Zoom:

fl::Filter List of all members.

Public Methods

 Zoom (int scaleX, int scaleY)
virtual Image filter (const Image &image)
 This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.


Public Attributes

int scaleX
int scaleY

Detailed Description

Scales an image up by an integer amount. Basically, this is a stripped down version of Transform that avoids blurring the image.


Constructor & Destructor Documentation

Zoom::Zoom int    scaleX,
int    scaleY
 


Member Function Documentation

Image Zoom::filter const Image   image [virtual]
 

This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.

Implements fl::Filter.


Member Data Documentation

int fl::Zoom::scaleX
 

int fl::Zoom::scaleY
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 9 17:13:27 2004 for fl by doxygen1.2.18