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

fl::ImageOf< T > Class Template Reference

#include <image.h>

Inheritance diagram for fl::ImageOf< T >:

fl::Image List of all members.

Public Methods

 ImageOf ()
 ImageOf (const PixelFormat &format)
 ImageOf (int width, int height)
 ImageOf (int width, int height, const PixelFormat &format)
 ImageOf (const Image &that)
T & operator() (int x, int y) const
 Returns a Pixel object that wraps (x,y).


Detailed Description

template<class T>
class fl::ImageOf< T >

A simple wrap around Image that makes it easier to access pixels directly.


Constructor & Destructor Documentation

template<class T>
fl::ImageOf< T >::ImageOf   [inline]
 

template<class T>
fl::ImageOf< T >::ImageOf const PixelFormat   format [inline]
 

template<class T>
fl::ImageOf< T >::ImageOf int    width,
int    height
[inline]
 

template<class T>
fl::ImageOf< T >::ImageOf int    width,
int    height,
const PixelFormat   format
[inline]
 

template<class T>
fl::ImageOf< T >::ImageOf const Image   that [inline]
 


Member Function Documentation

template<class T>
T& fl::ImageOf< T >::operator() int    x,
int    y
const [inline]
 

Returns a Pixel object that wraps (x,y).

Reimplemented from fl::Image.


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