Ignore:
Timestamp:
01/22/07 23:35:03 (17 years ago)
Author:
mattausch
Message:

changed to static cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r2008 r2017  
    220220        } 
    221221         
    222  
    223222        //////////// 
    224223        //-- initialize external ray caster 
     
    269268                exit(1); 
    270269        } 
    271          
     270 
     271        const string viewCellsFile = ReplaceSuffix(filename, ".obj", ".vc"); 
     272        const int numViewCells = 2; 
     273        const int numViewPoints = 2; 
    272274 
    273275        bool useHwGlobalLines; 
     
    357359                } 
    358360 
     361        /*      vector<ViewCellPoints *> myViewCells; 
     362 
     363                preprocessor->mViewCellsManager->GenerateRandomViewCells(myViewCells, numViewCells, numViewPoints); 
     364                cout << "exporting random view cells" << endl; 
     365                preprocessor->mViewCellsManager->ExportRandomViewCells(viewCellsFile, myViewCells); 
     366 
     367                //preprocessor->mViewCellsManager->ImportRandomViewCells(viewCellsFile, myViewCells); 
     368                CLEAR_CONTAINER(myViewCells); 
     369*/ 
    359370                qApp->exec(); 
    360371#endif 
     
    381392        // release memory 
    382393        Cleanup(); 
     394         
    383395        delete pt; 
    384396 
Note: See TracChangeset for help on using the changeset viewer.