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

Impala::Core::Stream::DummyFrameProvider::~DummyFrameProvider (  )  [inline, private]

Destructor.

Definition at line 43 of file DummyFrameProvider.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get3(), mDummyFrames, and Impala::Core::Table::Table::Size().

00044     {
00045         for (int idx = 0; idx < mDummyFrames.Size(); idx++)
00046         {
00047             Array::Array2dVec3UInt8* image = mDummyFrames.Get3(idx);
00048             delete image;
00049         }
00050     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:25 2011 for ImpalaSrc by  doxygen 1.5.1