eLynx SDK v3.0.1
C++ image processing API reference

eLynx::ParameterDouble Class Reference

#include <CoreParameters.h>

Inheritance diagram for eLynx::ParameterDouble:

eLynx::AbstractParameter

List of all members.


Public Member Functions

 ParameterDouble (const std::string &iName, double iMin, double iMax, double iValue, int32 iTick, int32 iDigits, const std::string &iFormat)
virtual ~ParameterDouble ()
virtual void Reset ()
void SetValue (double iValue)
double GetMin () const
double GetMax () const
double GetValue () const
int32 GetTick () const
int32 GetDigits () const
std::string GetFormat () const

Protected Attributes

double _min
double _max
double _value
double _default
int32 _tick
int32 _digits
std::string _format

Detailed Description

Definition at line 119 of file CoreParameters.h.


Constructor & Destructor Documentation

eLynx::ParameterDouble::ParameterDouble ( const std::string &  iName,
double  iMin,
double  iMax,
double  iValue,
int32  iTick,
int32  iDigits,
const std::string &  iFormat 
)

virtual eLynx::ParameterDouble::~ParameterDouble (  )  [virtual]


Member Function Documentation

virtual void eLynx::ParameterDouble::Reset (  )  [virtual]

void eLynx::ParameterDouble::SetValue ( double  iValue  ) 

double eLynx::ParameterDouble::GetMin (  )  const

double eLynx::ParameterDouble::GetMax (  )  const

double eLynx::ParameterDouble::GetValue (  )  const

int32 eLynx::ParameterDouble::GetTick (  )  const

int32 eLynx::ParameterDouble::GetDigits (  )  const

std::string eLynx::ParameterDouble::GetFormat (  )  const


Member Data Documentation

double eLynx::ParameterDouble::_min [protected]

Definition at line 139 of file CoreParameters.h.

double eLynx::ParameterDouble::_max [protected]

Definition at line 139 of file CoreParameters.h.

double eLynx::ParameterDouble::_value [protected]

Definition at line 139 of file CoreParameters.h.

Definition at line 139 of file CoreParameters.h.

int32 eLynx::ParameterDouble::_tick [protected]

Definition at line 140 of file CoreParameters.h.

Definition at line 140 of file CoreParameters.h.

std::string eLynx::ParameterDouble::_format [protected]

Definition at line 141 of file CoreParameters.h.


The documentation for this class was generated from the following file:

Generated on 14 Apr 2009 by doxygen 1.5.8