CMS 3D CMS Logo

IgQtRangeValuePrecision.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_QT_RANGE_VALUE_PRECISION_H
00002 # define IGUANA_GL_BROWSERS_IG_QT_RANGE_VALUE_PRECISION_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/config.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00012 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00013 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00014 
00015 class IGUANA_GL_BROWSERS_API IgQtRangeValuePrecision
00016 {
00017 public:
00018     IgQtRangeValuePrecision (float precision = 0.001);
00019     
00020     virtual float       precision (void) const;
00021     virtual void        setPrecision (float precision);
00022     
00023     static float        minimumPrecision (void);
00024 
00025 private:
00026     float               m_precision;
00027 };
00028 
00029 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00030 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00031 
00032 #endif // IGUANA_GL_BROWSERS_IG_QT_RANGE_VALUE_PRECISION_H

Generated on Tue Jun 9 17:38:34 2009 for CMSSW by  doxygen 1.5.4