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

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

Definition at line 184 of file TrainDataSrc.h.

References ClearSelection(), ILOG_DEBUG, mAnnotation, and mQuids.

Referenced by SetAnnotation(), and ~TrainDataSrc().

00185     {
00186         ILOG_DEBUG("Clear() calling ClearSelection()");
00187         ClearSelection();
00188         ILOG_DEBUG("Clear() calling delete mQuids: "<<(void*)mQuids);
00189         delete mQuids;
00190         ILOG_DEBUG("Clear() calling delete mAnnotation");
00191         delete mAnnotation;
00192     }

Here is the call graph for this function:


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