Ignore:
Timestamp:
07/18/06 19:03:14 (18 years ago)
Author:
mattausch
Message:

added kd pvs support, changed way of counting pvs

File:
1 edited

Legend:

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

    r1139 r1141  
    22122212                                        "0.99"); 
    22132213 
    2214         RegisterOption("VspTree.useKdPvs", 
    2215                                         optBool, 
    2216                                         "vsp_pvs_use_kd_pvs=", 
     2214        RegisterOption("VspTree.useKdPvsForHeuristics", 
     2215                                        optBool, 
     2216                                        "vsp_use_kd_pvs_for_heuristics=", 
    22172217                                        "true"); 
    22182218 
     2219        RegisterOption("VspTree.storeKdPvs", 
     2220                                        optBool, 
     2221                                        "vsp_storeKdPvs=", 
     2222                                        "true"); 
    22192223         
    22202224/***************************************************************************/ 
Note: See TracChangeset for help on using the changeset viewer.