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

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

Definition at line 206 of file ReadJpg.h.

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

00207 {
00208     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00209     if (buf)
00210     {
00211         ReadJpg(dst, buf);
00212         delete buf;
00213     }
00214 }

Here is the call graph for this function:


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