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

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

Definition at line 170 of file WritePng.h.

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

00171 {
00172     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00173     if (!buf)
00174         return false;
00175     bool res = WritePng(src, buf);
00176     delete buf;
00177     return res;
00178 }

Here is the call graph for this function:


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