#include <params.h>
Definition at line 185 of file params.h.
◆ BoolParam()
tesseract::BoolParam::BoolParam |
( |
bool |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 187 of file params.h.
188 if (strcmp(vec->bool_params[i]->name_str(),
name_) == 0) {
191 value_ = *vec->bool_params[i];
◆ ~BoolParam()
tesseract::BoolParam::~BoolParam |
( |
| ) |
|
|
inline |
◆ operator bool()
tesseract::BoolParam::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
void tesseract::BoolParam::operator= |
( |
bool |
value | ) |
|
|
inline |
◆ ResetFrom()
void tesseract::BoolParam::ResetFrom |
( |
const ParamsVectors * |
vec | ) |
|
|
inline |
Definition at line 200 of file params.h.
206 StringParam(
const char* value,
const char* name,
const char* comment,
207 bool init, ParamsVectors* vec)
208 :
Param(name, comment, init) {
◆ ResetToDefault()
void tesseract::BoolParam::ResetToDefault |
( |
| ) |
|
|
inline |
◆ set_value()
void tesseract::BoolParam::set_value |
( |
bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: