Ignore:
Timestamp:
08/12/05 01:17:56 (19 years ago)
Author:
mattausch
Message:

added some bsp stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/include/ViewCellBsp.h

    r225 r235  
    6969  { 
    7070  public: 
    71           /** Constructor takes a pointer to the cell corresponding to the whole 
    72           viewspace */ 
    73           BspTree(ViewCell *cell); 
     71          /** Default constructor. 
     72          */ 
     73          BspTree(); 
    7474         
    7575  protected: 
     76 
    7677          /// Pointer to the root of the tree 
    7778          BspNode *mRoot; 
Note: See TracChangeset for help on using the changeset viewer.