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

fl::Rotate90 Class Reference

#include <convolve.h>

Inheritance diagram for fl::Rotate90:

fl::Filter List of all members.

Public Methods

 Rotate90 (bool clockwise=false)
 clockwise in terms of image coordinate system, not in terms of displayed image on screen. clockwise == true is same as rotation by -90 degrees in image coordinate system.

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

bool clockwise

Constructor & Destructor Documentation

Rotate90::Rotate90 bool    clockwise = false
 

clockwise in terms of image coordinate system, not in terms of displayed image on screen. clockwise == true is same as rotation by -90 degrees in image coordinate system.


Member Function Documentation

Image Rotate90::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

bool fl::Rotate90::clockwise
 


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