Ignore:
Timestamp:
02/06/06 19:09:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r590 r600  
    169169 
    170170 
    171         void SetTimeStamp(const int timeStamp); 
    172         int GetTimeStamp() const; 
     171        void SetMergeCost(const float mergeCost); 
     172        float GetMergeCost() const; 
    173173        static void NewMail(const int reserve = 1) { 
    174174                sMailId += sReservedMailboxes; 
     
    201201        float mArea; 
    202202 
    203         int mTimeStamp; 
     203        float mMergeCost; 
    204204 
    205205        bool mValid; 
     
    265265class ViewCellsTree 
    266266{ 
     267        friend class ViewCellsManager; 
    267268public: 
    268269        ViewCellsTree(ViewCellsManager *vcm); 
Note: See TracChangeset for help on using the changeset viewer.