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

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

Definition at line 107 of file ReadPgm.h.

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

00108 {
00109     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00110     if (buf)
00111     {
00112         ReadPgm(dst, buf);
00113         delete buf;
00114     }
00115 }

Here is the call graph for this function:


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