tesseract v5.3.3.20231005
tesseract::ParamsVectors Struct Reference

#include <params.h>

Public Attributes

std::vector< IntParam * > int_params
 
std::vector< BoolParam * > bool_params
 
std::vector< StringParam * > string_params
 
std::vector< DoubleParam * > double_params
 

Detailed Description

Definition at line 46 of file params.h.

Member Data Documentation

◆ bool_params

std::vector<BoolParam *> tesseract::ParamsVectors::bool_params

Definition at line 48 of file params.h.

◆ double_params

std::vector<DoubleParam *> tesseract::ParamsVectors::double_params

Definition at line 50 of file params.h.

◆ int_params

std::vector<IntParam *> tesseract::ParamsVectors::int_params

Definition at line 47 of file params.h.

◆ string_params

std::vector<StringParam *> tesseract::ParamsVectors::string_params

Definition at line 49 of file params.h.


The documentation for this struct was generated from the following file: