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

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

Definition at line 95 of file ArrayPool.h.

References mArV3R64, mHeight, mNrV3R64, and mWidth.

00096     {
00097         mNrV3R64 = nrIm;
00098         mArV3R64 = new Array2dVec3Real64*[mNrV3R64];
00099         for (int i=0 ; i<mNrV3R64 ; i++)
00100             mArV3R64[i] = ArrayCreate<Array2dVec3Real64>(mWidth, mHeight,
00101                                                          bw, bh);
00102     }


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