Ignore:
Timestamp:
07/18/06 13:26:02 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1138 r1139  
    10181018protected: 
    10191019 
    1020         int mPvsCountMethod; 
     1020        bool mUseKdPvs; 
    10211021 
    10221022        enum {PER_OBJECT, PER_KDLEAF}; 
     
    16841684        float mEpsilon; 
    16851685 
    1686  
    1687         bool mUseEqualWeightForHeuristics; 
    1688  
    16891686        /// subdivision stats output file 
    16901687        ofstream  mSubdivisionStats; 
Note: See TracChangeset for help on using the changeset viewer.