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

template<class ArrayT>
bool Impala::Core::Array::WritePng ( ArrayT *  src,
String  fileName,
Util::Database *  db,
size_t  memBufSize = 10000000 
) [inline]

Definition at line 150 of file WritePng.h.

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

00152 {
00153     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00154     if (!buf)
00155         return false;
00156     bool res = WritePng(src, buf, memBufSize);
00157     delete buf;
00158     return res;
00159 }

Here is the call graph for this function:


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