Ignore:
Timestamp:
05/20/08 17:15:44 (16 years ago)
Author:
mattausch
Message:

strange errors!!

File:
1 edited

Legend:

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

    r2687 r2690  
    231231        void StorePvs(const ObjectContainer &objectPvs); 
    232232 
    233         /** Compute visibility for a given view cell. 
    234         */ 
    235         void ComputeViewCell(ViewCell *vc); 
    236         /** Runs gvs on the current view cell. 
    237         */ 
    238         void ProcessViewCell(); 
     233        /** Compute visibility for the current view cell using gvs 
     234        */ 
     235        void ComputeViewCell(); 
    239236        /** Use this for qt visualization. 
    240237        */ 
     
    245242 
    246243        void CompileViewCellsFromPointList(); 
     244 
     245        bool AddTriangleObject(Intersectable *triObj); 
     246 
     247        void ComputeStats(); 
     248 
     249        int ConvertObjectPvs(); 
    247250 
    248251 
Note: See TracChangeset for help on using the changeset viewer.