#include <params.h>
Definition at line 254 of file params.h.
◆ DoubleParam()
tesseract::DoubleParam::DoubleParam |
( |
double |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 256 of file params.h.
257 if (strcmp(vec->double_params[i]->name_str(),
name_) == 0) {
260 value_ = *vec->double_params[i];
◆ ~DoubleParam()
tesseract::DoubleParam::~DoubleParam |
( |
| ) |
|
|
inline |
◆ operator double()
tesseract::DoubleParam::operator double |
( |
| ) |
const |
|
inline |
◆ operator=()
void tesseract::DoubleParam::operator= |
( |
double |
value | ) |
|
|
inline |
◆ ResetFrom()
void tesseract::DoubleParam::ResetFrom |
( |
const ParamsVectors * |
vec | ) |
|
|
inline |
◆ ResetToDefault()
void tesseract::DoubleParam::ResetToDefault |
( |
| ) |
|
|
inline |
◆ set_value()
void tesseract::DoubleParam::set_value |
( |
double |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: