Ignore:
Timestamp:
05/23/08 18:29:47 (16 years ago)
Author:
mattausch
Message:

worked on dynamic objects

File:
1 edited

Legend:

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

    r2702 r2703  
    119119  void StoreStatistics(); 
    120120  void ComputeGVS(); 
    121   void LoadObject(); 
     121  //void LoadObjects(); 
     122  void NextObject(); 
    122123  void UpdateAllPvs(); 
    123124  void SetViewCellGranularity(int); 
     
    217218        int mShowDistribution; 
    218219 
    219         int mCurrentDynamicObjectIdx; 
    220  
    221220        bool mReplayMode; 
    222221 
     
    327326        int FindDynamicObject(float x, float y); 
    328327 
     328        void LoadObjects(); 
     329        void LoadObject(const std::string &filename); 
    329330 
    330331public slots: 
     
    340341        void StoreStatistics(); 
    341342         
    342         void LoadObject(); 
     343        //void LoadObject(); 
     344        void NextObject(); 
    343345 
    344346        void SetRenderErrors(bool b) { 
Note: See TracChangeset for help on using the changeset viewer.