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

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

Definition at line 226 of file TrainDataSrc.h.

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

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

00227     {
00228         ILOG_DEBUG("Clear() calling ClearSelection()");
00229         ClearSelection();
00230         ILOG_DEBUG("Clear() calling delete mQuids: "<<(void*)mQuids);
00231         delete mQuids;
00232         ILOG_DEBUG("Clear() calling delete mAnnotation");
00233         delete mAnnotation;
00234     }

Here is the call graph for this function:


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