Ignore:
Timestamp:
01/22/07 20:25:06 (17 years ago)
Author:
bittner
Message:

pvs efficiency tuning

File:
1 edited

Legend:

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

    r1112 r2015  
    433433        /** Returns view cell associated with this leaf. 
    434434        */ 
    435         VspKdViewCell *GetViewCell(); 
     435  VspKdViewCell *GetViewCell() { 
     436        return mViewCell; 
     437  } 
    436438 
    437439        /** Returns number of times the max cost ratio was missed until 
Note: See TracChangeset for help on using the changeset viewer.