Ignore:
Timestamp:
06/18/06 03:47:06 (18 years ago)
Author:
mattausch
Message:

worked on view-object space partition
fixed some loading bugs
fixeds some exporting bugs using line segments
enabling other methods for view space sampling in ViewCellsManager? OBJECT_DIRECTION_BASED_DISTRIBUTION)
added class interface for a sampling strategy

File:
1 edited

Legend:

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

    r870 r1020  
    4848 
    4949 
    50     virtual AxisAlignedBox3 GetBox() = 0; 
     50    virtual AxisAlignedBox3 GetBox() const = 0; 
    5151        virtual int CastRay(GtpVisibilityPreprocessor::Ray &ray) = 0; 
    5252         
    53         virtual bool IsConvex() = 0; 
    54         virtual bool IsWatertight() = 0; 
     53        virtual bool IsConvex() const = 0; 
     54        virtual bool IsWatertight() const = 0; 
    5555        virtual float IntersectionComplexity() = 0; 
    5656   
Note: See TracChangeset for help on using the changeset viewer.