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

void Impala::Core::Feature::FeatureTable::WriteSvmFile ( String  fileName,
Util::Database db,
Core::Table::AnnotationTable truth 
) [inline]

Definition at line 255 of file FeatureTable.h.

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

00257     {
00258         Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00259         if (buf)
00260         {
00261             ExportAscii(buf, truth, true, true);
00262             delete buf;
00263         }
00264     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:10 2011 for ImpalaSrc by  doxygen 1.5.1