libelas
Public Member Functions | Public Attributes | List of all members
image< T > Class Template Reference

#include <image.h>

Public Member Functions

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

Public Attributes

T * data
 
T ** access
 

Constructor & Destructor Documentation

template<class T >
image< T >::image ( const int  width,
const int  height,
const bool  init = false 
)
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

Member Data Documentation

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

The documentation for this class was generated from the following file: