Ignore:
Timestamp:
02/13/06 12:21:35 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.cpp

    r612 r613  
    285285        //app << "#N_CTIME  ( Construction time [s] )\n" << Time() << " \n"; 
    286286 
    287         app << "#N_OVERALLPVS ( objects in PVS )\n" << pvs << endl; 
     287        app << "#N_OVERALLPVS ( objects in PVS )\n" << pvsSize << endl; 
    288288 
    289289        app << "#N_PMAXPVS ( largest PVS )\n" << maxPvs << endl; 
     
    16311631        const int pvsSize = GetPvsSize(vc); 
    16321632 
    1633         vcStat.pvs += pvsSize; 
     1633        vcStat.pvsSize += pvsSize; 
    16341634 
    16351635        if (pvsSize == 0) 
     
    16441644        if (!vc->GetValid()) 
    16451645                ++ vcStat.invalid; 
     1646 
     1647        /*ViewCellsContainer leaves; 
     1648        CollectLeaves(vc, leaves); 
     1649 
     1650        vcStat.leaves = (int)leaves.size();*/ 
    16461651} 
    16471652 
Note: See TracChangeset for help on using the changeset viewer.