CImageOf Class Template Reference

#include <Image.h>

Inheritance diagram for CImageOf:
[legend]
Collaboration diagram for CImageOf:
[legend]

List of all members.

Public Member Functions

 CImageOf (int width, int height, int nBands)
 CImageOf (CShape s)
 CImageOf (void)
template<>
float MaxVal (void)
template<>
int MaxVal (void)
template<>
uchar MaxVal (void)
MaxVal (void)
template<>
float MinVal (void)
template<>
int MinVal (void)
template<>
uchar MinVal (void)
MinVal (void)
const T & Pixel (int x, int y, int band) const
T & Pixel (int x, int y, int band)
void ReAllocate (CShape s, T *memory, bool deleteWhenDone, int rowSize)
void ReAllocate (CShape s, bool evenIfShapeDiffers=false)
CImageOf SubImage (int x, int y, int width, int height)

template<class T>
class CImageOf< T >


Constructor & Destructor Documentation

CImageOf ( void   )  [inline]

CImageOf ( CShape  s  )  [inline]

CImageOf ( int  width,
int  height,
int  nBands 
) [inline]


Member Function Documentation

float MaxVal ( void   )  [inline]

int MaxVal ( void   )  [inline]

uchar MaxVal ( void   )  [inline]

T MaxVal ( void   ) 

float MinVal ( void   )  [inline]

int MinVal ( void   )  [inline]

uchar MinVal ( void   )  [inline]

T MinVal ( void   ) 

const T & Pixel ( int  x,
int  y,
int  band 
) const [inline]

T & Pixel ( int  x,
int  y,
int  band 
) [inline]

void ReAllocate ( CShape  s,
T *  memory,
bool  deleteWhenDone,
int  rowSize 
) [inline]

void ReAllocate ( CShape  s,
bool  evenIfShapeDiffers = false 
) [inline]

CImageOf< T > SubImage ( int  x,
int  y,
int  width,
int  height 
) [inline]


The documentation for this class was generated from the following files:
Generated on Mon Jan 14 15:36:53 2008 for Shape from Example by  doxygen 1.5.4