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

virtual Impala::Core::Training::PrecomputeTask::~PrecomputeTask (  )  [inline, virtual]

Definition at line 183 of file PrecomputeTask.h.

References mComputingTestKernel, mDevelKernel, and mWriter.

00184     {
00185         if (!mComputingTestKernel)
00186             delete mDevelKernel;
00187         if (mWriter)
00188             delete mWriter;
00189     }


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