Ignore:
Timestamp:
11/13/06 15:34:15 (18 years ago)
Author:
bittner
Message:

merge with new pvs

File:
1 edited

Legend:

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

    r1736 r1743  
    102102  //////////////////////////////////////////////////// 
    103103  virtual AxisAlignedBox3 GetBox() const = 0; 
    104   virtual int CastRay(GtpVisibilityPreprocessor::Ray &ray) = 0; 
     104  virtual int CastRay(Ray &ray) = 0; 
    105105   
    106106  virtual bool IsConvex() const = 0; 
Note: See TracChangeset for help on using the changeset viewer.