Ignore:
Timestamp:
09/28/06 18:51:43 (18 years ago)
Author:
mattausch
Message:

worked on gvs

File:
1 edited

Legend:

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

    r1520 r1528  
    2020struct VssRayContainer; 
    2121class Preprocessor; 
    22  
     22struct SimpleRay; 
    2323 
    2424 
     
    3636 
    3737        virtual int CastRay( 
    38                 const Vector3 &viewPoint, 
    39                 const Vector3 &direction, 
    40                 const float probability, 
     38        const SimpleRay &simpleRay, 
    4139        VssRayContainer &vssRays, 
    4240                const AxisAlignedBox3 &box, 
    43                 const bool castDoubleRay 
     41                const bool castDoubleRay, 
     42                const bool pruneInvalidRays = true 
    4443                ); 
    4544 
     
    4948                 VssRayContainer &vssRays, 
    5049                 const AxisAlignedBox3 &sbox, 
    51                  const bool castDoubleRay 
     50                 const bool castDoubleRay, 
     51                 const bool pruneInvalidRays = true 
    5252                 ); 
    5353 
Note: See TracChangeset for help on using the changeset viewer.