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

void Impala::Core::Database::RawDataSet::Save ( String  fileName  )  [inline]

Definition at line 800 of file RawDataSet.h.

References GetAsPath(), Impala::Util::Database::GetIOBuffer(), mDb, and NrFiles().

00801     {
00802         Util::IOBuffer* ioBuf = mDb->GetIOBuffer(fileName, false, false, "tmp");
00803         if (! ioBuf)
00804             return;
00805         for (int i=0 ; i<NrFiles() ; i++)
00806             ioBuf->IOBuffer::Puts("\"" + GetAsPath(i) + "\"");
00807         delete ioBuf;
00808     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:57 2010 for ImpalaSrc by  doxygen 1.5.1