Ignore:
Timestamp:
07/06/07 00:38:58 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2176 r2529  
    7373        // $$JB in order to return meaningfull values 
    7474        // it assumes that the sum pdf has been normalized somehow!!! 
    75         inline float GetVisibility()  
    76         {  
    77                 return mSumPdf;  
    78         } 
     75        inline float GetVisibility() { return mSumPdf; } 
    7976 
    8077        /// sum of probability density of visible sample rays 
     
    9693        // $$JB in order to return meaningfull values 
    9794        // it assumes that the sum pdf has been normalized somehow!!! 
    98         float GetVisibility()  
    99         {  
    100                 return mSumPdf;  
    101         } 
     95        inline float GetVisibility() { return mSumPdf; } 
     96 
    10297 
    10398        /////////////// 
Note: See TracChangeset for help on using the changeset viewer.