ProgressObserverMultiStep.h

Go to the documentation of this file.
00001 
00002 #ifndef PROGRESSOBSERVERMULTISTEP_H
00003 #define PROGRESSOBSERVERMULTISTEP_H
00004 
00015 class ProgressObserverMultiStep
00016 {
00017   public:
00018     virtual ~ProgressObserverMultiStep() { }
00019     
00023     virtual void updateStep();
00024 
00025 
00029     virtual void updatePerStepProgress();
00030 };
00031 
00032 #endif // PROGRESSOBSERVERMULTISTEP_H

Generated on Thu Dec 6 19:33:11 2007 for Radiosity Renderer and Visualizer by  doxygen 1.5.2