NLMISC::IProgressCallback::CCropedValues Class Reference


Public Member Functions

 CCropedValues (float min, float max)

Data Fields

float Max
float Min

Constructor & Destructor Documentation

NLMISC::IProgressCallback::CCropedValues::CCropedValues float  min,
float  max
[inline]
 

Definition at line 80 of file progress_callback.h.

References min.

00081                 {
00082                         Min = min;
00083                         Max = max;
00084                 }


Field Documentation

float NLMISC::IProgressCallback::CCropedValues::Max
 

Definition at line 86 of file progress_callback.h.

Referenced by NLMISC::IProgressCallback::getCropedValue().

float NLMISC::IProgressCallback::CCropedValues::Min
 

Definition at line 85 of file progress_callback.h.

Referenced by NLMISC::IProgressCallback::getCropedValue().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 13:47:01 2004 for NeL by doxygen 1.3.6