Ignore:
Timestamp:
06/07/06 18:38:29 (18 years ago)
Author:
mattausch
Message:

environment as a singleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.h

    r971 r1004  
    2828class Beam; 
    2929class ViewCellsTree; 
    30 class Environment; 
     30//class Environment; 
    3131 
    3232/** 
     
    201201        VspBspTree(); 
    202202 
    203          
    204         /** Constructor creating an empty tree. Loads parameters  
    205                 from an environment file. 
    206         */  
    207         VspBspTree(Environment *env); 
    208  
    209203        /** Default destructor. 
    210204        */ 
Note: See TracChangeset for help on using the changeset viewer.