Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2123 r2124  
    10511051                                                                                                   bconverter); 
    10521052 
    1053         //Debug << " view cells parsed in " 
    1054         //        << TimeDiff(startTime, GetTime()) * 1e-3f << " secs" << endl; 
    1055          
    1056  
    10571053        if (!success) 
    10581054        { 
     
    10631059        } 
    10641060         
    1065         //cout << "viewcells parsed " <<endl; 
    1066  
    10671061        if (0) 
    10681062        { 
     
    10901084        if (finalizeViewCells) 
    10911085        { 
    1092                 // create the meshes and compute volumes 
     1086                // create the meshes and compute view cell volumes 
    10931087                const bool createMeshes = true; 
    1094                 //const bool createMeshes = false; 
    1095  
    10961088                vm->FinalizeViewCells(createMeshes); 
    10971089        } 
     
    70257017#endif 
    70267018 
    7027  
    7028  
    7029 } 
     7019void VspOspViewCellsManager::FinalizeViewCells(const bool createMesh) 
     7020{        
     7021        ViewCellsManager::FinalizeViewCells(createMesh); 
     7022 
     7023        if (1) 
     7024        {       // create a traversal tree for optimal view cell casting 
     7025                mHierarchyManager->CreateTraversalTree(); 
     7026        } 
     7027} 
     7028 
     7029 
     7030} 
Note: See TracChangeset for help on using the changeset viewer.