Ignore:
Timestamp:
02/15/07 15:03:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2117 r2120  
    2323                but the individual contributions of the entries are summed up. 
    2424        */ 
    25         float EvalPvsCost() const; 
     25        float EvalPvsCost() const {      
     26                //temp matt  
     27                return 1.0f; } 
    2628 
    2729        friend ostream &operator<<(ostream &s, const ObjectPvs &p)  
Note: See TracChangeset for help on using the changeset viewer.