#include <params.h>
Definition at line 219 of file params.h.
◆ DoubleParam()
tesseract::DoubleParam::DoubleParam |
( |
double |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 221 of file params.h.
222 :
Param(name, comment, init) {
225 params_vec_ = &(vec->double_params);
226 vec->double_params.push_back(
this);
Param(const char *name, const char *comment, bool init)
◆ ~DoubleParam()
tesseract::DoubleParam::~DoubleParam |
( |
| ) |
|
|
inline |
Definition at line 228 of file params.h.
228 { ParamUtils::RemoveParam<DoubleParam>(
this, params_vec_); }
◆ operator double()
tesseract::DoubleParam::operator double |
( |
| ) |
const |
|
inline |
◆ operator=()
void tesseract::DoubleParam::operator= |
( |
double |
value | ) |
|
|
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:
- /usr/src/tesseract-ocr.master/src/ccutil/params.h