Ignore:
Timestamp:
12/14/05 19:38:39 (19 years ago)
Author:
bittner
Message:

changed the viewcellsmanager interface to use vssrays - some functionality like the bsp merging is now restricted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Exporter.h

    r462 r466  
    7373  virtual bool 
    7474  ExportRays(const RayContainer &rays, 
    75                                                 const float length=1000, 
    76                                                 const RgbColor &color = RgbColor(1,1,1) 
    77                                                 ) = 0; 
    78  
    79         virtual bool 
     75                        const float length=1000, 
     76                        const RgbColor &color = RgbColor(1,1,1) 
     77                        ) = 0; 
     78   
     79  virtual bool 
    8080  ExportRays(const VssRayContainer &rays, 
    81                                                 const RgbColor &color = RgbColor(1,1,1) 
    82                                                 ) = 0; 
    83  
     81                        const RgbColor &color = RgbColor(1,1,1) 
     82                        ) = 0; 
     83   
    8484  virtual void  
    8585  ExportViewCells(const ViewCellContainer &viewCells) = 0; 
Note: See TracChangeset for help on using the changeset viewer.