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

void Impala::Core::Training::TrainDataSrc::ClearSelection (  )  [inline, protected]

Definition at line 214 of file TrainDataSrc.h.

References mQuids, and mSelection.

Referenced by Clear(), and MakeFolds().

00215     {
00216         if(mSelection != mQuids)
00217             delete mSelection;
00218         mSelection = mQuids;
00219     }


Generated on Fri Mar 19 11:24:46 2010 for ImpalaSrc by  doxygen 1.5.1