Ignore:
Timestamp:
04/28/06 18:42:54 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r840 r860  
    1010#include "ViewCell.h" 
    1111 
    12  
     12namespace GtpVisibilityPreprocessor { 
    1313 
    1414class ViewCell; 
     
    10741074}; 
    10751075 
     1076/** struct storing the view cell intersections. 
     1077*/ 
    10761078struct BspRay  
    10771079{ 
     
    10831085}; 
    10841086 
     1087} 
     1088 
    10851089#endif 
Note: See TracChangeset for help on using the changeset viewer.