Ignore:
Timestamp:
04/29/06 19:11:23 (18 years ago)
Author:
mattausch
Message:

working on preprocessor integration
added iv stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VssTree.cpp

    r860 r863  
    2525#include "Ray.h" 
    2626 
    27 using namespace GtpVisibilityPreprocessor { 
     27namespace GtpVisibilityPreprocessor { 
    2828 
    2929#define DEBUG_SPLIT_COST 0 
     
    18361836  if (1) { 
    18371837        //      return GetAvgRayContribution(); 
    1838         return GetPvsSize(); 
     1838        return (float)GetPvsSize(); 
    18391839  } else { 
    18401840        // return GetAvgRayContribution()*mEntropyImportance; 
Note: See TracChangeset for help on using the changeset viewer.