Ignore:
Timestamp:
02/27/08 18:40:49 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2643 r2645  
    272272        RayCaster *mRayCaster; 
    273273 
    274  
    275   int mGenericStats; 
     274        int mGenericStats; 
    276275        int mGenericStats2; 
    277276 
    278   void ScheduleUpdateDynamicObjects() { 
    279         mUpdateDynamicObjects = true; 
    280   } 
    281  
    282   void UpdateDynamicObjects(); 
     277        void ScheduleUpdateDynamicObjects(); 
     278        void UpdateDynamicObjects(); 
     279 
    283280 
    284281protected: 
     
    298295        virtual void EvalViewCellHistogram(); 
    299296 
    300   virtual void ObjectMoved(SceneGraphLeaf *object); 
     297        virtual void ObjectMoved(SceneGraphLeaf *object); 
     298 
     299 
     300 
    301301        ///////////////////////// 
    302302 
Note: See TracChangeset for help on using the changeset viewer.