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

void Impala::Application::ActiveLearnEngineQuids::PrepRequest (  )  [inline]

Definition at line 65 of file ActiveLearnEngineQuids.h.

References GetID(), ILOG_DEBUG, mAnnotations, mInfoSent, PrepareNewID(), and Impala::Core::Table::Table::SetEmpty().

Referenced by Impala::Application::ConceptLearnClient::DoActiveLearning().

00066     {
00067         if (mInfoSent)
00068             return;
00069 
00070         PrepareNewID();
00071 
00072         ILOG_DEBUG("SubmitRequest(), ID for submit = " << GetID());
00073 
00074         mAnnotations->SetEmpty();
00075 
00076     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:39 2011 for ImpalaSrc by  doxygen 1.5.1