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

template<class ArrayT>
void Impala::Core::Array::ReadRawList ( std::vector< ArrayT * > &  list,
Persistency::File  file 
) [inline]

Definition at line 273 of file ReadRaw.h.

References Impala::Persistency::File::GetReadBuffer(), and ReadRawList().

Referenced by Impala::Core::Test::TestImage::CompareList(), and Impala::Application::WindowShow< ArrayT >::WindowShow().

00274 {
00275     Util::IOBuffer* buf = file.GetReadBuffer();
00276     if (buf)
00277     {
00278         ReadRawList(list, buf);
00279         delete buf;
00280     }
00281 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:21 2010 for ImpalaSrc by  doxygen 1.5.1