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

void Impala::Core::Matrix::VirtualMatrix::CopyFrom ( VirtualMatrix arg  )  [inline]

Definition at line 231 of file VirtualMatrix.h.

References HasGetRowImplReal64(), and ILOG_ERROR.

Referenced by Impala::Persistency::DistributedAccessRepositoryInFile::WritePartsAsOne().

00232     {
00233         if (arg->HasGetRowImplReal64())
00234             return CopyFromImpl<Real64>(arg);
00235         if (arg->HasGetRowImplReal32())
00236             return CopyFromImpl<Real32>(arg);
00237         ILOG_ERROR("[CopyFrom] arg has no GetRow implementation");
00238     }

Here is the call graph for this function:


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