Ignore:
Timestamp:
04/28/06 12:23:14 (18 years ago)
Author:
bittner
Message:

apply filter routine for working modules

File:
1 edited

Legend:

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

    r850 r859  
    10361036} 
    10371037 
     1038  /** 
     1039         Input scene filename. Currently simplified X3D (.x3d), Unigraphics (.dat), 
     1040         and UNC (.ply) formats are supported. 
     1041  */ 
    10381042 
    10391043Environment::Environment() 
     
    10621066  RegisterOption("Limits.infinity", optFloat, NULL, "1e6"); 
    10631067 
    1064  
    10651068  RegisterOption("Scene.filename", 
    10661069                                 optString, 
     
    10681071                                 "atlanta2.x3d"); 
    10691072 
     1073   
    10701074  RegisterOption("Unigraphics.meshGrouping", 
    10711075                                 optInt, 
     
    10781082                                 "kd_term_min_cost=", 
    10791083                                 "10"); 
    1080  
     1084   
    10811085  RegisterOption("KdTree.Termination.maxNodes", 
    10821086                                 optInt, 
    10831087                                 "kd_term_max_nodes=", 
    10841088                                 "200000"); 
    1085  
     1089   
    10861090  RegisterOption("KdTree.Termination.maxDepth", 
    10871091                                 optInt, 
Note: See TracChangeset for help on using the changeset viewer.