#include <params.h>
List of all members.
Detailed Description
Definition at line 197 of file params.h.
Constructor & Destructor Documentation
tesseract::DoubleParam::DoubleParam |
( |
double |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| [inline] |
Definition at line 199 of file params.h.
: Param(name, comment, init) {
value_ = value;
params_vec_ = &(vec->double_params);
vec->double_params.push_back(this);
}
tesseract::DoubleParam::~DoubleParam |
( |
| ) |
[inline] |
Definition at line 205 of file params.h.
{ ParamUtils::RemoveParam<DoubleParam>(this, params_vec_); }
Member Function Documentation
tesseract::DoubleParam::operator double |
( |
| ) |
const [inline] |
void tesseract::DoubleParam::set_value |
( |
double |
value | ) |
[inline] |
The documentation for this class was generated from the following file: