Ignore:
Timestamp:
04/30/08 13:24:45 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2664 r2670  
    269269        void keyPressEvent(QKeyEvent * e); 
    270270 
    271         void RenderPvs(); 
     271        void VisualizePvs(); 
    272272 
    273273        float RenderErrors(); 
     
    544544        } 
    545545 
    546         void PreparePvs2(const ObjectPvs &pvs); 
    547  
     546 
     547        /** Prepare pvs for rendering. 
     548        */ 
     549        virtual void PreparePvs(const ObjectPvs &pvs); 
     550        /** Internal method rendering the pvs if it has been properly prepared. 
     551        */ 
    548552        void _RenderPvs(); 
    549553        /** Render pvs using false colors. 
    550554        */ 
    551555        void _RenderColoredPvs(); 
    552  
    553   //    void _UpdatePvsIndices(KdNode *node, int &indexBufferSize); 
    554556 
    555557        float ComputeRenderCost(ViewCell *vc); 
Note: See TracChangeset for help on using the changeset viewer.