Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

image< T > Class Template Reference

#include <image.h>

Collaboration diagram for image< T >:

Collaboration graph
[legend]

template<class T>
class image< T >


Public Member Functions

 image (const int width, const int height, const bool init=true)
 ~image ()
void init (const T &val)
image< T > * copy () const
int width () const
int height () const

Data Fields

T * data
T ** access

Private Attributes

int w
int h

Constructor & Destructor Documentation

template<class T>
image< T >::image const int  width,
const int  height,
const bool  init = true
 

template<class T>
image< T >::~image  ) 
 


Member Function Documentation

template<class T>
image< T > * image< T >::copy  )  const
 

template<class T>
int image< T >::height  )  const [inline]
 

template<class T>
void image< T >::init const T &  val  ) 
 

template<class T>
int image< T >::width  )  const [inline]
 


Field Documentation

template<class T>
T** image< T >::access
 

template<class T>
T* image< T >::data
 

template<class T>
int image< T >::h [private]
 

template<class T>
int image< T >::w [private]
 


The documentation for this class was generated from the following file:
Generated on Wed Oct 5 14:36:13 2005 for RobotFlow by  doxygen 1.4.4