Ignore:
Timestamp:
05/05/06 11:09:03 (18 years ago)
Author:
bittner
Message:

visibility filter updates

File:
1 edited

Legend:

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

    r884 r904  
    233233        virtual void GetPvsStatistics(PvsStatistics &stat); 
    234234 
    235         virtual void GetPrVS(const Vector3 &viewPoint, PrVs &prvs); 
     235        virtual void GetPrVS(const Vector3 &viewPoint, PrVs &prvs, const float filterWidth); 
    236236   
    237237        /** Get a viewcell containing the specified point  
     
    455455 
    456456  float GetFilterWidth() { 
     457        return mFilterWidth; 
     458  } 
     459 
     460  float GetAbsFilterWidth() { 
    457461        return Magnitude(mViewSpaceBox.Size())*mFilterWidth; 
    458462  } 
    459    
     463 
    460464protected: 
    461465    void 
Note: See TracChangeset for help on using the changeset viewer.