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

void Impala::Samples::ActiveLearnEngine::PrepRequest (  )  [inline]

Definition at line 74 of file ActiveLearnEngine.h.

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

00075     {
00076         if (mInfoSent)
00077             return;
00078 
00079         PrepareNewID();
00080 
00081         ILOG_DEBUG("SubmitRequest(), ID for submit = " << GetID());
00082 
00083         mAnnotations->SetEmpty();
00084 
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:55 2010 for ImpalaSrc by  doxygen 1.5.1