Ignore:
Timestamp:
07/10/06 19:21:19 (18 years ago)
Author:
bittner
Message:

Merge with Olivers code

File:
1 edited

Legend:

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

    r1106 r1112  
    8888                         const RgbColor &color = RgbColor(1,1,1) 
    8989                         ) = 0; 
    90    
     90 
     91  virtual bool 
     92  ExportRaySets(const vector<VssRayContainer> &rays, 
     93                                const RgbColor &color) = 0; 
     94 
    9195  virtual void  
    9296  ExportViewCells(const ViewCellContainer &viewCells) = 0; 
Note: See TracChangeset for help on using the changeset viewer.