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

template<class ArrayT>
void Impala::Core::Array::ReadRaw ( ArrayT *&  dst,
String  fileName,
Util::Database *  db 
) [inline]

Definition at line 168 of file ReadRaw.h.

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

00169 {
00170     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00171     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00172     if (buf)
00173     {
00174         ReadRaw(dst, buf);
00175         delete buf;
00176     }
00177 }

Here is the call graph for this function:


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