Ignore:
Timestamp:
03/17/06 17:30:28 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r706 r708  
    619619        } 
    620620 
    621          
    622621        // adjust stats and reset queue one final time 
    623622        mExpectedCost = realExpectedCost; 
     
    627626        UpdateActiveViewCells(activeViewCells); 
    628627 
    629          
    630628        // refine view cells and reset costs 
    631629        if (mRefineViewCells) 
     
    633631        else 
    634632                ResetMergeQueue(); 
     633 
    635634 
    636635        // create a root node if the merge was not done till root level, 
     
    653652                mRoot = activeViewCells[0]; 
    654653        } 
    655  
     654         
    656655        //-- empty merge queue just in case 
    657656        while (!mMergeQueue.empty()) 
     
    675674        // assign colors for the view cells so that at least one is always consistent 
    676675        AssignRandomColors(); 
    677          
     676 
    678677        //TODO: should return sample contributions? 
    679678        return mergeStats.merged; 
     
    16861685         
    16871686        tqueue.push(mRoot); 
     1687         
    16881688        mRoot->SetColor(RandomColor(0.3f, 1.0f)); 
    16891689         
     
    17181718 
    17191719                                if (maxViewCell) 
     1720                                { 
    17201721                                        maxViewCell->SetColor(vc->GetColor()); 
     1722                                } 
    17211723                                 
    17221724                                tqueue.push(v); 
Note: See TracChangeset for help on using the changeset viewer.