eLynx SDK
v3.0.1 C++ image processing API reference |
#include <CoreParameters.h>
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 |
Definition at line 119 of file CoreParameters.h.
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] |
virtual void eLynx::ParameterDouble::Reset | ( | ) | [virtual] |
Implements eLynx::AbstractParameter.
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 |
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.
double eLynx::ParameterDouble::_default [protected] |
Definition at line 139 of file CoreParameters.h.
int32 eLynx::ParameterDouble::_tick [protected] |
Definition at line 140 of file CoreParameters.h.
int32 eLynx::ParameterDouble::_digits [protected] |
Definition at line 140 of file CoreParameters.h.
std::string eLynx::ParameterDouble::_format [protected] |
Definition at line 141 of file CoreParameters.h.