Ignore:
Timestamp:
08/28/06 09:45:22 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1259 r1289  
    831831         
    832832        */ 
    833         void UpdateObjPvsContri(Intersectable *obj,  
    834                                          const int cf,  
    835                                          float &frontPvs,  
    836                                          float &backPvs,  
    837                                          float &totalPvs) const; 
     833        void UpdateObjPvsContri( 
     834                Intersectable *obj,  
     835                const int cf,  
     836                float &frontPvs,  
     837                float &backPvs,  
     838                float &totalPvs) const; 
     839 
     840        void UpdateBvhLeafPvsContri( 
     841                BvhLeaf *leaf, 
     842                const int cf, 
     843                float &frontPvs, 
     844                float &backPvs, 
     845                float &totalPvs) const; 
     846 
    838847         
    839848        /** See UpdateObjPvsContri.  
Note: See TracChangeset for help on using the changeset viewer.