Ignore:
Timestamp:
01/15/08 23:02:37 (16 years ago)
Author:
bittner
Message:

Havran ray caster updates

File:
1 edited

Legend:

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

    r2592 r2599  
    7575  // We give a box to which each ray is clipped to before the 
    7676  // ray shooting is computed ! 
    77   virtual void CastRaysPacket4(Vector3 &minBox, 
    78                               Vector3 &maxBox, 
    79                               Vector3 origin4[], 
    80                               Vector3 direction4[], 
    81                                int     result4[], 
    82                                float   dist4[]); 
     77  virtual void CastRaysPacket4(const Vector3 &minBox, 
     78                                                           const Vector3 &maxBox, 
     79                                                           const Vector3 origin4[], 
     80                                                           const Vector3 direction4[], 
     81                                                           int     result4[], 
     82                                                           float   dist4[]); 
    8383 
    8484#ifdef _USE_HAVRAN_SSE   
Note: See TracChangeset for help on using the changeset viewer.