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/ViewCell.h

    r1002 r1004  
    2424class ViewCellsManager; 
    2525class ViewCellLeaf; 
    26 class Environment; 
     26//class Environment; 
    2727 
    2828 
     
    393393 
    394394public: 
    395         /** View cells tree constructor taking a view cell mnanager and 
    396                 an environment as parameters. 
    397         */ 
    398         ViewCellsTree(ViewCellsManager *vcm, Environment *env); 
     395        /** View cells tree constructor taking a view cell mnanager as parameter 
     396        */ 
     397        ViewCellsTree(ViewCellsManager *vcm); 
    399398        ~ViewCellsTree(); 
    400399 
Note: See TracChangeset for help on using the changeset viewer.