#include <params.h>
Definition at line 143 of file params.h.
◆ IntParam()
tesseract::IntParam::IntParam |
( |
inT32 |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 145 of file params.h.
146 :
Param(name, comment, init) {
149 params_vec_ = &(vec->int_params);
150 vec->int_params.push_back(
this);
Param(const char *name, const char *comment, bool init)
◆ ~IntParam()
tesseract::IntParam::~IntParam |
( |
| ) |
|
|
inline |
Definition at line 152 of file params.h.
152 { ParamUtils::RemoveParam<IntParam>(
this, params_vec_); }
◆ operator inT32()
tesseract::IntParam::operator inT32 |
( |
| ) |
const |
|
inline |
◆ operator=()
void tesseract::IntParam::operator= |
( |
inT32 |
value | ) |
|
|
inline |
◆ ResetToDefault()
void tesseract::IntParam::ResetToDefault |
( |
| ) |
|
|
inline |
◆ set_value()
void tesseract::IntParam::set_value |
( |
inT32 |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: