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

virtual int Impala::Core::Feature::VirtualFeatureTableIOBufferReader::GetVectorImpl ( int  rowNr,
Real64 buffer,
int  bufferSize 
) [inline, private, virtual]

Implements Impala::Core::Feature::VirtualFeatureTable.

Definition at line 60 of file VirtualFeatureTableIOBufferReader.h.

References Impala::Core::Matrix::VirtualMatrix::GetRow(), and mMatrix.

00061     {
00062         return mMatrix->GetRow(rowNr, buffer, bufferSize);
00063     }

Here is the call graph for this function:


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