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

void Impala::Application::SDash::SurveillanceApp::CleanUp (  )  [inline]

Definition at line 327 of file SurveillanceApp.cpp.

References mDetectedPersons, and mSimilarPersons.

Referenced by main(), and ~SurveillanceApp().

00328     {
00329         printf("Cleaning Up\n");
00330         delete mDetectedPersons;
00331         delete mSimilarPersons;
00332     }


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