Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Array::ArrayPool Class Reference

Deprecated class, to be removed. More...

#include <ArrayPool.h>

Collaboration diagram for Impala::Core::Array::ArrayPool:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ArrayPool (int width, int height, int nrViewX, int nrViewY)
 ~ArrayPool ()
int Width ()
int Height ()
Array2dVec3UInt8GetV3UI8 (int viewX, int viewY)
UInt8GetV3UI8PB (int viewX, int viewY)
void AllocV3R64 (int nrIm, int bw=0, int bh=0)
Array2dVec3Real64GetV3R64 (int nr)
void AllocSR64 (int nrIm, int bw=0, int bh=0)
Array2dScalarReal64GetSR64 (int nr)
void AllocC64 (int nrIm, int bw=0, int bh=0)
Array2dComplex64GetC64 (int nr)

Private Attributes

int mWidth
int mHeight
int mNrViewX
int mNrViewY
Array2dVec3UInt8 ** mArV3UI8
Array2dVec3Real64 ** mArV3R64
int mNrV3R64
Array2dScalarReal64 ** mArSR64
int mNrSR64
Array2dComplex64 ** mArC64
int mNrC64

Detailed Description

Deprecated class, to be removed.

Definition at line 18 of file ArrayPool.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 10:59:06 2010 for ImpalaSrc by  doxygen 1.5.1