Ignore:
Timestamp:
01/18/06 23:35:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r547 r551  
    216216        virtual float GetArea(ViewCell *viewCell) const; 
    217217 
    218         /** Returns volume of view cells. 
     218        /** Returns volume of view cell. 
    219219        */ 
    220220        virtual float GetVolume(ViewCell *viewCell) const; 
     
    259259        int GetMaxPvsSize() const; 
    260260 
    261  
    262261        /** Exports view cell geometry. 
    263262        */ 
    264263        virtual void ExportVcGeometry(Exporter *exporter, ViewCell *vc) const = 0; 
    265264 
     265        virtual void FinalizeViewCells(const bool createMesh); 
     266 
    266267protected: 
    267268 
     
    271272        */ 
    272273        void CreateUniqueViewCellIds(); 
     274 
     275        /** Finalizes, i.e., creates mesh, volume, area etc. for the view cell. 
     276        */ 
     277        virtual void Finalize(ViewCell *viewCell, const bool createMesh); 
    273278 
    274279        /** Recollects view cells and resets statistics. 
     
    599604        void ExportVcGeometry(Exporter *exporter, ViewCell *vc) const; 
    600605 
     606        //float GetVolume(ViewCell *viewCell) const; 
     607 
     608        void Finalize(ViewCell *viewCell); 
     609 
    601610protected: 
    602611 
Note: See TracChangeset for help on using the changeset viewer.