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

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

Definition at line 148 of file ReadJpg.h.

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

00150 {
00151     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00152     if (buf)
00153     {
00154         ReadJpg(dst, buf, memBufSize);
00155         delete buf;
00156     }
00157 }

Here is the call graph for this function:


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