Ignore:
Timestamp:
09/21/06 19:14:24 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1379 r1449  
    8282        /// accumulated number of rays refs 
    8383        int accumRays; 
     84        /// overall pvs size 
    8485        int pvs; 
    8586        // accumulated depth (used to compute average) 
    8687        int accumDepth; 
     88        // global cost ratio violations 
     89        int mGlobalCostMisses; 
    8790 
    8891        // Constructor 
     
    124127                accumRays = 0; 
    125128                maxObjectRefs = 0; 
     129                mGlobalCostMisses = 0; 
    126130        } 
    127131 
     
    10021006        float mTermMinGlobalCostRatio; 
    10031007        int mTermGlobalCostMissTolerance; 
    1004         int mGlobalCostMisses; 
     1008         
    10051009 
    10061010        /// maximal number of view cells 
Note: See TracChangeset for help on using the changeset viewer.