Ignore:
Timestamp:
03/15/06 18:13:36 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r685 r697  
    12491249                                        "20000"); 
    12501250 
     1251        RegisterOption("ViewCells.Filter.maxSize", 
     1252                                        optInt, 
     1253                                        "view_cells_filter_max_size=", 
     1254                                        "4"); 
     1255 
     1256        RegisterOption("ViewCells.Filter.width", 
     1257                                        optFloat, 
     1258                                        "view_cells_filter_width=", 
     1259                                        "10.0"); 
     1260 
    12511261        RegisterOption("ViewCells.loadFromFile", 
    12521262                                        optBool, 
Note: See TracChangeset for help on using the changeset viewer.