Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1221 r1233  
    3636 
    3737 
    38 //int upperPvsLimit = 120; 
    39 //int lowerPvsLimit = 5; 
    40  
    4138float MergeCandidate::sRenderCostWeight = 0; 
    4239 
     
    7370        return count; 
    7471} 
     72 
    7573 
    7674/// Fast computation of merged pvs size 
     
    418416                { 
    419417                        ViewCellInterior *interior = dynamic_cast<ViewCellInterior *>(vc); 
     418 
    420419                        ViewCellContainer::const_iterator it, it_end = interior->mChildren.end(); 
     420                         
    421421                        for (it = interior->mChildren.begin(); it != it_end; ++ it) 
     422                        { 
    422423                                tstack.push(*it); 
     424                        } 
    423425                         
    424426                } 
     
    18331835        while (root->GetParent()) 
    18341836        { 
    1835 // <<<<<<< .mine 
    1836 //      case PVS_IN_LEAVES: //-- store pvs only in leaves 
    1837 //              {                        
    1838 //                      // pvs is always stored directly in leaves 
    1839 //                      if (vc->IsLeaf()) 
    1840 //                      { 
    1841 //                              if (!countKdPvs) 
    1842 //                                      pvsSize = vc->GetPvs().GetSize(); 
    1843 //                              else 
    1844 //                                      pvsSize = CountKdPvs(dynamic_cast<ViewCellLeaf *>(vc)); 
    1845 //                              break; 
    1846 //                      } 
    18471837                root = root->GetParent(); 
    18481838         
Note: See TracChangeset for help on using the changeset viewer.