Ignore:
Timestamp:
02/06/06 02:16:36 (18 years ago)
Author:
bittner
Message:

slider visualization

File:
1 edited

Legend:

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

    r589 r599  
    189189 
    190190  bool mTopView; 
     191  bool mRenderViewCells; 
    191192   
    192193  GlRendererWidget(SceneGraph *sceneGraph, 
     
    194195                                   KdTree *tree, 
    195196                                   QWidget * parent = 0, const QGLWidget * shareWidget = 0, Qt::WFlags f = 0 
    196                                    ): 
    197         GlRenderer(sceneGraph, viewcells, tree), QGLWidget(parent, shareWidget, f) 
    198   { 
    199         mTopView = false; 
    200   } 
     197                                   ); 
     198 
    201199 
    202200  virtual void SetupCamera(); 
     
    224222  virtual int GetWidth() const { return width(); } 
    225223  virtual int GetHeight() const { return height(); } 
     224 
     225 
     226  void 
     227  RenderViewCells(); 
     228 
     229 public slots: 
     230 void 
     231 SetViewcellGranularity(int number); 
     232 
     233 
    226234}; 
    227235 
Note: See TracChangeset for help on using the changeset viewer.