Ignore:
Timestamp:
09/27/06 17:20:00 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1520 r1521  
    3131        RayCaster(const Preprocessor &preprocessor); 
    3232 
    33         virtual ~RayCaster() = 0; 
     33        virtual ~RayCaster(); 
    3434 
    3535        virtual int Type() const = 0; 
     36 
     37        /** Wrapper for casting single ray. 
     38        */ 
     39        VssRay *CastSingleRay( 
     40                const Vector3 &viewPoint, 
     41                const Vector3 &direction, 
     42                const float probability, 
     43        const AxisAlignedBox3 &box 
     44                ); 
    3645 
    3746        virtual int CastRay( 
Note: See TracChangeset for help on using the changeset viewer.