Ignore:
Timestamp:
01/21/07 00:14:50 (17 years ago)
Author:
bittner
Message:

renderer code updates for pixel error measurements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GlRenderer.h

    r1997 r2002  
    137137 
    138138  void 
     139  _RenderSceneTriangles(); 
     140 
     141  void 
    139142  RenderViewPoint(); 
    140143 
     
    142145  SetupProjection(const int w, const int h, const float angle = 70.0f); 
    143146 
     147  virtual bool 
     148  ValidViewPoint(); 
    144149   
    145150  virtual float 
     
    166171  virtual void ClearErrorBuffer(); 
    167172   
    168  
     173  virtual float GetAvgPixelError() { 
     174        return mPvsStat.GetAvgError()*GetWidth()*GetHeight(); 
     175  } 
     176   
    169177public: 
    170178 
Note: See TracChangeset for help on using the changeset viewer.