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

template<class ArrayT>
void Impala::Core::Array::ReadPng ( ArrayT *&  dst,
Persistency::File  file,
int  memBufSize = 10000000 
) [inline]

Definition at line 236 of file ReadPng.h.

References Impala::Persistency::File::GetReadBuffer(), and ReadPng().

Referenced by Impala::Application::Im::DoPng2Raw(), main(), and Impala::Core::VideoSet::RgbDataSrcKeyframes::ReadImage().

00237 {
00238     Util::IOBuffer* buf = file.GetReadBuffer();
00239     if (buf)
00240     {
00241         ReadPng(dst, buf, memBufSize);
00242         delete buf;
00243     }
00244 }

Here is the call graph for this function:


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