Ignore:
Timestamp:
02/02/07 13:25:06 (17 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

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

    r2072 r2076  
    6060                                                        const bool pruneInvalidRays = true) = 0; 
    6161 
     62  virtual void CastRays( 
     63                                                SimpleRayContainer &rays, 
     64                                                VssRayContainer &vssRays, 
     65                                                const AxisAlignedBox3 &sbox, 
     66                                                const bool castDoubleRay, 
     67                                                const bool pruneInvalidRays = true); 
    6268        /*virtual void CastRaysEye4(SimpleRayContainer &rays, 
    6369                                                          VssRayContainer &vssRays, 
     
    6874        virtual void 
    6975        SortRays(SimpleRayContainer &rays); 
    70  
    7176 
    7277 
Note: See TracChangeset for help on using the changeset viewer.