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/IntelRayCaster.h

    r1996 r2076  
    5151                                                        const bool pruneInvalidRays = true); 
    5252 
     53        virtual void CastRays16( 
     54                                                        SimpleRayContainer &rays,  
     55                                                        const int offset, 
     56                                                        VssRayContainer &vssRays, 
     57                                                        const AxisAlignedBox3 &sbox, 
     58                                                        const bool castDoubleRay, 
     59                                                        const bool pruneInvalidRays = true); 
     60 
     61    virtual void CastRays( 
     62                                                  SimpleRayContainer &rays, 
     63                                                  VssRayContainer &vssRays, 
     64                                                  const AxisAlignedBox3 &sbox, 
     65                                                  const bool castDoubleRay, 
     66                                                  const bool pruneInvalidRays = true); 
     67 
    5368protected: 
    5469 
Note: See TracChangeset for help on using the changeset viewer.