#include <params.h>
Definition at line 140 of file params.h.
| tesseract::IntParam::IntParam |
( |
inT32 |
value, |
|
|
const char * |
name, |
|
|
const char * |
comment, |
|
|
bool |
init, |
|
|
ParamsVectors * |
vec |
|
) |
| |
|
inline |
Definition at line 142 of file params.h.
143 :
Param(name, comment, init) {
145 params_vec_ = &(vec->int_params);
146 vec->int_params.push_back(
this);
Param(const char *name, const char *comment, bool init)
| tesseract::IntParam::~IntParam |
( |
| ) |
|
|
inline |
Definition at line 148 of file params.h.
148 { ParamUtils::RemoveParam<IntParam>(
this, params_vec_); }
| tesseract::IntParam::operator inT32 |
( |
| ) |
const |
|
inline |
| void tesseract::IntParam::set_value |
( |
inT32 |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/ccutil/params.h