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

added function for pvs compression

File:
1 edited

Legend:

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

    r580 r581  
    339339        ViewCellsTree *GetViewCellsTree(); 
    340340 
    341         virtual void CollectMergeCandidates(const VssRayContainer &rays, vector<MergeCandidate> &candidates) = 0; 
    342  
     341        virtual void CollectMergeCandidates(const VssRayContainer &rays,  
     342                                                                                vector<MergeCandidate> &candidates) = 0; 
     343 
     344         
    343345 
    344346protected: 
     347 
     348        /** 
     349                if the view cells tree was already constructed or not. 
     350        */ 
     351        bool ViewCellsTreeConstructed() const; 
    345352 
    346353        int CastPassSamples(const int samplesPerPass,  
     
    421428        int mMinPvsSize; 
    422429        float mMaxPvsRatio; 
     430 
     431        int mNumActiveViewCells; 
    423432 
    424433        ViewCellsStatistics mViewCellsStats; 
Note: See TracChangeset for help on using the changeset viewer.