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

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

Definition at line 416 of file ReadRaw.h.

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

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

00417 {
00418     Util::IOBuffer* buf = file.GetReadBuffer();
00419     if (buf)
00420     {
00421         ReadRawList(list, buf);
00422         delete buf;
00423     }
00424 }

Here is the call graph for this function:


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