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

template<class ArrayT>
virtual int Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >::GetRowImpl ( int  rowNr,
Real32 buffer,
int  bufferSize 
) [inline, private, virtual]

Reimplemented from Impala::Core::Matrix::VirtualMatrix.

Definition at line 77 of file VirtualMatrixMemory.h.

References Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >::ReadRow().

00078     {
00079         return ReadRow(rowNr, buffer, bufferSize);
00080     }

Here is the call graph for this function:


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