Ignore:
Timestamp:
12/22/05 18:32:39 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r477 r478  
    198198  /** Returns area of one view cell. 
    199199  */ 
    200   float GetArea(ViewCell *viewCell) const; 
     200  virtual float GetArea(ViewCell *viewCell) const; 
    201201 
    202202  /** Returns volume of view cells. 
    203203  */ 
    204   float GetVolume(ViewCell *viewCell) const; 
     204  virtual float GetVolume(ViewCell *viewCell) const; 
    205205 
    206206  virtual AxisAlignedBox3 GetSceneBbox() const = 0; 
     
    273273        float GetRendercost(ViewCell *viewCell, float objRendercost) const; 
    274274 
    275         float GetArea(ViewCell *viewCell) const; 
    276  
    277275        AxisAlignedBox3 GetSceneBbox() const; 
    278276 
     
    320318                                  AxisAlignedBox3 *sceneBbox); 
    321319 
    322   int CastLineSegment(const Vector3 &origin, 
    323                                           const Vector3 &termination, 
    324                                           ViewCellContainer &viewcells 
    325                                           ) ; 
     320        int CastLineSegment(const Vector3 &origin, 
     321                                                const Vector3 &termination, 
     322                                                ViewCellContainer &viewcells); 
    326323 
    327324        int PostProcess(const ObjectContainer &objects,  
Note: See TracChangeset for help on using the changeset viewer.