bool FaceFeatureRecognitionApp::Exit(void)
{
    ShutdownScene();
    mUI.Shutdown();

    return true;
}
Beispiel #2
0
 bool Homepage::Exit()
 {
     InfoLog << "Exit Homepage" << std::endl;
     ShutdownScene();
     if (mpUI != NULL)
     {
         mpUI->Shutdown();
     }
     ClearData();
     return true;
 }
Beispiel #3
0
 bool DepthVideoApp::Exit(void)
 {
     InfoLog << "Exit DepthVideoApp" << std::endl; 
     ShutdownScene();
     if (mpUI != NULL)
     {
         mpUI->Shutdown();
     }
     ClearData();
     return true;
 }
Beispiel #4
0
bool PointShopApp::Exit(void)
{
    ShutdownScene();
    mUI.Shutdown();
    return true;
}
Beispiel #5
0
 bool ReliefApp::Exit(void)
 {
     ShutdownScene();
     mUI.Shutdown();
     return true;
 }