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

template<class ArrayT>
bool Impala::Core::Array::WritePng ( ArrayT *  src,
Persistency::File  file,
size_t  memBufSize = 10000000 
) [inline]

Definition at line 166 of file WritePng.h.

References Impala::Persistency::File::GetWriteBuffer(), and WritePng().

Referenced by Impala::Application::Im::DoColorSegmentation(), Impala::Application::Util::DoTrecTopicData(), Impala::Visualization::AppControlSrc::ExportFrame(), Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame(), Impala::Core::VideoSet::ExportFrames::HandleNewFrame(), Impala::Application::Src::WindowSrc::HandleNewFrame(), main(), and Impala::Core::VideoJob::Reporter::WriteReportStatus().

00167 {
00168     Util::IOBuffer* buf = file.GetWriteBuffer();
00169     if (!buf)
00170         return false;
00171     bool res = WritePng(src, buf, memBufSize);
00172     delete buf;
00173     return res;
00174 }

Here is the call graph for this function:


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