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

void Impala::Core::Feature::FeatureTable::ReadPlainAsciiFile ( String  fileName,
Util::Database db 
) [inline]

Definition at line 267 of file FeatureTable.h.

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

Referenced by Impala::Application::Table::DoFeatureTableReadAscii().

00268     {
00269         Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00270         if (buf)
00271         {
00272             ImportAscii(buf);
00273             delete buf;
00274         }
00275     }

Here is the call graph for this function:


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