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

Util::IOBuffer* Impala::Core::DataFactory::MakeBestFileWrite ( String  concept  )  [inline]

Definition at line 253 of file DataFactory.h.

References Impala::Core::Database::RawDataSet::GetFilePathConceptModel(), Impala::Util::Database::GetIOBuffer(), mConceptSet, mDataSet, mDb, mFeatureDef, and mModelType.

Referenced by Impala::Application::WriteResults().

00254     {
00255         String filename = mDataSet->GetFilePathConceptModel
00256             (mConceptSet, mModelType, mFeatureDef, concept+".best",
00257              true, false);
00258         if(filename == "")
00259             return 0;
00260         Util::IOBuffer* buf = mDb->GetIOBuffer(filename, false, false, "tmp", 0, true);
00261         // perhaps we should do some checking?
00262         return buf;
00263     }

Here is the call graph for this function:


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