Ignore:
Timestamp:
06/19/06 17:07:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1006 r1022  
    2121class ViewCellsManager; 
    2222class ViewCellsTree; 
     23class VspTree; 
     24class OspTree; 
     25 
     26 
    2327 
    2428class ViewCellsParseHandlers: public HandlerBase 
     
    6973 
    7074  VspBspTree *mVspBspTree; 
     75  VspTree *mVspTree; 
     76  OspTree *mOspTree; 
     77 
    7178  BspTree *mBspTree; 
    7279  ViewCellsTree *mViewCellsTree; 
Note: See TracChangeset for help on using the changeset viewer.