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

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

Definition at line 256 of file TrainDataSrc.h.

References mQuids, and mSelection.

Referenced by Clear(), and MakeFolds().

00257     {
00258         if(mSelection != mQuids)
00259             delete mSelection;
00260         mSelection = mQuids;
00261     }


Generated on Thu Jan 13 09:21:22 2011 for ImpalaSrc by  doxygen 1.5.1