- Timestamp:
- 05/23/08 18:29:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.h
r2702 r2703 119 119 void StoreStatistics(); 120 120 void ComputeGVS(); 121 void LoadObject(); 121 //void LoadObjects(); 122 void NextObject(); 122 123 void UpdateAllPvs(); 123 124 void SetViewCellGranularity(int); … … 217 218 int mShowDistribution; 218 219 219 int mCurrentDynamicObjectIdx;220 221 220 bool mReplayMode; 222 221 … … 327 326 int FindDynamicObject(float x, float y); 328 327 328 void LoadObjects(); 329 void LoadObject(const std::string &filename); 329 330 330 331 public slots: … … 340 341 void StoreStatistics(); 341 342 342 void LoadObject(); 343 //void LoadObject(); 344 void NextObject(); 343 345 344 346 void SetRenderErrors(bool b) {
Note: See TracChangeset
for help on using the changeset viewer.