Ignore:
Timestamp:
02/18/06 18:02:12 (18 years ago)
Author:
mattausch
Message:

exporting / loading full merge hierarchy

File:
1 edited

Legend:

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

    r650 r651  
    301301        */ 
    302302        int RefineViewCells(const VssRayContainer &rays, const ObjectContainer &objects); 
    303  
    304   /** Assign colors to the viewcells so that they can be renderered interactively without 
     303         
     304        /** Assign colors to the viewcells so that they can be renderered interactively without 
    305305          color flickering. 
    306   */ 
    307   void AssignRandomColors(); 
     306          */ 
     307        void AssignRandomColors(); 
     308 
    308309        /** Updates view cell stats for this particular view cell 
    309310        */ 
     
    311312         
    312313 
    313   /** Get costs resulting from each merge step. */ 
    314   void GetCostFunction(vector<float> &costFunction); 
     314        /** Get costs resulting from each merge step. */ 
     315        void GetCostFunction(vector<float> &costFunction); 
    315316   
    316317 
     
    351352        ViewCell *GetActiveViewCell(ViewCell *vc) const; 
    352353 
    353         /** Propagates pvs up the tree to the root. 
    354         */ 
    355         void PropagateUpPvs(ViewCell *vc); 
     354        /** Propagates pvs up the tree to the root and downwards the tree. 
     355        */ 
     356        void PropagatePvs(ViewCell *vc); 
    356357 
    357358        bool Export(ofstream &stream); 
     
    366367 
    367368        //float ComputeVolume(ViewCell *vc); 
     369 
     370        /** Assignes unique ids to view cells. 
     371        */ 
     372        void CreateUniqueViewCellsIds(); 
     373 
    368374 
    369375protected: 
Note: See TracChangeset for help on using the changeset viewer.