Public Types | Public Member Functions | Static Public Member Functions
puma2::SingleElementImage< T > Class Template Reference

Single channel image template. More...

#include <SingleElementImage.h>

Inheritance diagram for puma2::SingleElementImage< T >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef T ElementType
typedef T PixelType

Public Member Functions

const ElementType sample (int x, int y, int n) const
ElementTypesample (int x, int y, int n)
 SingleElementImage (int width=0, int height=0)
 SingleElementImage (int width, int height, SingleElementImage *master, int xOffset, int yOffset)
 subimage constructor

Static Public Member Functions

static int numberOfChannels ()

Detailed Description

template<class T>
class puma2::SingleElementImage< T >

Single channel image template.

(detailed descripton forthcomming)

See also:
TBaseImg
Author:
Dietrich Paulus <paulus@uni-koblenz.de>
Date:
January 2007

Definition at line 28 of file SingleElementImage.h.


Member Typedef Documentation

template<class T>
typedef T puma2::SingleElementImage< T >::ElementType

Definition at line 30 of file SingleElementImage.h.

template<class T>
typedef T puma2::SingleElementImage< T >::PixelType

Definition at line 31 of file SingleElementImage.h.


Constructor & Destructor Documentation

template<class T>
puma2::SingleElementImage< T >::SingleElementImage ( int  width = 0,
int  height = 0 
) [inline]

Definition at line 33 of file SingleElementImage.h.

template<class T>
puma2::SingleElementImage< T >::SingleElementImage ( int  width,
int  height,
SingleElementImage< T > *  master,
int  xOffset,
int  yOffset 
) [inline]

subimage constructor

Definition at line 35 of file SingleElementImage.h.


Member Function Documentation

template<class T>
static int puma2::SingleElementImage< T >::numberOfChannels ( ) [inline, static]

Reimplemented in puma2::ColorImageRGBa8.

Definition at line 32 of file SingleElementImage.h.

template<class T>
const ElementType puma2::SingleElementImage< T >::sample ( int  x,
int  y,
int  n 
) const [inline]

Definition at line 37 of file SingleElementImage.h.

template<class T>
ElementType& puma2::SingleElementImage< T >::sample ( int  x,
int  y,
int  n 
) [inline]

Definition at line 41 of file SingleElementImage.h.


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


obj_rec_gui
Author(s): AGAS/agas@uni-koblenz.de
autogenerated on Mon Oct 6 2014 02:53:44