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

template<class PrepT>
virtual Impala::Core::Stream::RgbDataSrcWindow< PrepT >::~RgbDataSrcWindow (  )  [inline, virtual]

Definition at line 140 of file RgbDataSrcWindow.h.

00141     {
00142         for (int i=0 ; i<mWindowSize ; i++)
00143         {
00144             if (mWindow[i])
00145                 delete mWindow[i];
00146             if (mWindowAr[i])
00147                 delete mWindowAr[i];
00148         }
00149         delete [] mWindow;
00150         delete [] mWindowAr;
00151         if (mControlSrc)
00152             delete mSrc;
00153     }


Generated on Fri Mar 19 11:18:06 2010 for ImpalaSrc by  doxygen 1.5.1