Ignore:
Timestamp:
09/18/06 10:52:24 (18 years ago)
Author:
mattausch
Message:

fixed kd tree loading / exporting

File:
1 edited

Legend:

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

    r1379 r1414  
    11431143                 "true"); 
    11441144 
    1145  
    11461145  RegisterOption("MeshKdTree.Termination.minCost", 
    11471146                 optInt, 
     
    14261425                                        "false"); 
    14271426 
    1428         RegisterOption("ViewCells.pruneEmptyViewCells", 
    1429                                         optBool, 
    1430                                         "view_cells_prune_empty=", 
    1431                                         "false"); 
    1432  
    14331427        RegisterOption("ViewCells.processOnlyValidViewCells", 
    14341428                                        optBool, 
     
    14361430                                        "false"); 
    14371431 
    1438          
    14391432        RegisterOption("ViewCells.PostProcess.maxCostRatio", 
    14401433                        optFloat, 
     
    17451738                                        "20"); 
    17461739 
     1740        RegisterOption("Preprocessor.exportKdTree",  
     1741                                        optBool, 
     1742                                        "preprocessor_export_kd_tree=", 
     1743                                        "false"); 
     1744 
     1745        RegisterOption("Preprocessor.loadKdTree",  
     1746                                        optBool, 
     1747                                        "preprocessor_load_kd_tree=", 
     1748                                        "false"); 
     1749 
     1750 
    17471751 
    17481752        /************************************************************************************/ 
Note: See TracChangeset for help on using the changeset viewer.