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

template<class ArrayT>
void Impala::Core::Array::ReadRawList ( std::vector< ArrayT * > &  list,
String  fileName,
Util::Database *  db 
) [inline]

Definition at line 259 of file ReadRaw.h.

References Impala::Util::Database::GetIOBuffer(), and ReadRawList().

00260 {
00261     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00262     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00263     if (buf)
00264     {
00265         ReadRawList(list, buf);
00266         delete buf;
00267     }
00268 }

Here is the call graph for this function:


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