Ignore:
Timestamp:
01/20/06 22:32:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r561 r562  
    254254        */ 
    255255        virtual bool CheckValidity(ViewCell *vc,  
    256                                                            float minPvsRatio,  
    257                                                            float maxPvsRatio) const; 
     256                                                           int minPvsSize,  
     257                                                           int maxPvsSize) const; 
     258 
     259         
     260        /** Sets validity of view cell 
     261        */ 
     262        virtual void SetValidity(ViewCell *vc,  
     263                                                         int minPvsSize,  
     264                                                         int maxPvsSize) const; 
    258265 
    259266        /** Returns maximal allowed pvs size. 
    260267        */ 
    261268        int GetMaxPvsSize() const; 
     269 
     270        /** Returns maximal allowed pvs size. 
     271        */ 
     272        int GetMinPvsSize() const; 
    262273 
    263274        /** Returns maximal ratio. i.e., currentPVs / maxPvs, 
     
    338349 
    339350        int mMaxPvsSize; 
     351        int mMinPvsSize; 
    340352        float mMaxPvsRatio; 
    341353 
Note: See TracChangeset for help on using the changeset viewer.