Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TaskTracker< TType > Class Template Reference

Tracks the progress of some variable. More...

#include <TaskProgressManager.hpp>

Inheritance diagram for TaskTracker< TType >:

Inheritance graph
[legend]
Collaboration diagram for TaskTracker< TType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual double Progress () const
virtual string ProgressLabel () const
 TaskTracker (const string &_name, TType _startValue, TType _endValue, TType *_currentValue, TaskProgressManager *_manager=defaultTaskProgressManager)

Private Attributes

TType startValue
TType endValue
TType * currentValue

Detailed Description

template<class TType>
class TaskTracker< TType >

Tracks the progress of some variable.

the variable's type should be ultimately transformable to "float"

Definition at line 82 of file TaskProgressManager.hpp.


The documentation for this class was generated from the following file:
Generated on Fri Jun 17 13:36:20 2005 for ImLib3D by  doxygen 1.4.2