Ignore:
Timestamp:
02/10/06 13:04:39 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r610 r611  
    99#include "VssRay.h" 
    1010#include "ViewCell.h" 
     11 
     12 
    1113 
    1214class ViewCell; 
     
    430432#endif 
    431433#if 1 
     434                        return (float) (-mDepth); // for regular grid 
     435#endif 
     436#if 0 
    432437                        return mProbability; 
    433438#endif 
     
    958963 
    959964        int mTimeStamp; 
     965 
     966        float mTotalCost; 
     967        int mTotalPvsSize; 
     968 
     969        //int mSplits; 
     970        ofstream  mSubdivisionStats; 
    960971 
    961972private: 
Note: See TracChangeset for help on using the changeset viewer.