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

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

Definition at line 221 of file ReadPng.h.

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

00223 {
00224     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00225     if (buf)
00226     {
00227         ReadPng(dst, buf, memBufSize);
00228         delete buf;
00229     }
00230 }

Here is the call graph for this function:


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