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

void Impala::Core::Array::ArrayPool::AllocC64 ( int  nrIm,
int  bw = 0,
int  bh = 0 
) [inline]

Definition at line 127 of file ArrayPool.h.

References mArC64, mHeight, mNrC64, and mWidth.

00128     {
00129         mNrC64 = nrIm;
00130         mArC64 = new Array2dComplex64*[mNrC64];
00131         for (int i=0 ; i<mNrC64 ; i++)
00132             mArC64[i] = ArrayCreate<Array2dComplex64>(mWidth, mHeight,
00133                                                       bw, bh);
00134     }


Generated on Thu Jan 13 09:17:13 2011 for ImpalaSrc by  doxygen 1.5.1