Ignore:
Timestamp:
11/23/06 21:38:45 (18 years ago)
Author:
bittner
Message:

merge, filter update, renderebuffer made functional

File:
1 edited

Legend:

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

    r1784 r1785  
    12281228                                 "true"); 
    12291229 
     1230   
    12301231   RegisterOption("VssPreprocessor.enlargeViewSpace", 
    12311232                                 optBool, 
     
    17251726                                        "true"); 
    17261727 
     1728        RegisterOption("Preprocessor.evaluateFilter", 
     1729                                   optBool, 
     1730                                   "preprocessor_evaluate_filter", 
     1731                                   "false"); 
     1732 
    17271733        RegisterOption("Preprocessor.delayVisibilityComputation", 
    17281734                                   optBool, 
     
    18911897                                        optBool, 
    18921898                                        "rss_use_importance", 
     1899                                        "true"); 
     1900 
     1901        RegisterOption("RssPreprocessor.useRssTree", 
     1902                                        optBool, 
     1903                                        "rss_use_rss_tree", 
    18931904                                        "true"); 
    18941905 
Note: See TracChangeset for help on using the changeset viewer.