| 
    ReadFramework
    
   | 
 
#include <FormAnalysis.h>


Public Member Functions | |
| FormFeaturesConfig () | |
| double | distThreshold () const | 
| void | setDistThreshold (double d) | 
| double | errorThr () const | 
| void | setErrorThr (double e) | 
| double | variationThrLower () const | 
| void | setVariationThrLower (double v) | 
| double | variationThrUpper () const | 
| void | setVariationThrUpper (double v) | 
| double | coLinearityThr () const | 
| void | setCoLinearityThr (double c) | 
| bool | saveChilds () const | 
| void | setSaveChilds (bool c) | 
| QString | templDatabase () const | 
| void | setTemplDatabase (QString s) | 
| QString | evalPath () const | 
| void | setevalPath (QString s) | 
| QString | toString () const override | 
  Public Member Functions inherited from rdf::ModuleConfig | |
| ModuleConfig (const QString &moduleName="Generic Module") | |
| void | loadSettings () | 
| void | loadSettings (QSettings &settings) | 
| void | saveSettings () const | 
| void | saveSettings (QSettings &settings) const | 
| void | saveDefaultSettings () const | 
| virtual void | saveDefaultSettings (QSettings &settings) const | 
| QString | name () const | 
Additional Inherited Members | |
  Protected Member Functions inherited from rdf::ModuleConfig | |
| template<class num > | |
| num | checkParam (num param, num min, num max, const QString &name) const | 
  Protected Attributes inherited from rdf::ModuleConfig | |
| QString | mModuleName | 
| rdf::FormFeaturesConfig::FormFeaturesConfig | ( | ) | 
| double rdf::FormFeaturesConfig::coLinearityThr | ( | ) | const | 
| double rdf::FormFeaturesConfig::distThreshold | ( | ) | const | 
| double rdf::FormFeaturesConfig::errorThr | ( | ) | const | 
| QString rdf::FormFeaturesConfig::evalPath | ( | ) | const | 
| bool rdf::FormFeaturesConfig::saveChilds | ( | ) | const | 
| void rdf::FormFeaturesConfig::setCoLinearityThr | ( | double | c | ) | 
| void rdf::FormFeaturesConfig::setDistThreshold | ( | double | d | ) | 
| void rdf::FormFeaturesConfig::setErrorThr | ( | double | e | ) | 
| void rdf::FormFeaturesConfig::setevalPath | ( | QString | s | ) | 
| void rdf::FormFeaturesConfig::setSaveChilds | ( | bool | c | ) | 
| void rdf::FormFeaturesConfig::setTemplDatabase | ( | QString | s | ) | 
| void rdf::FormFeaturesConfig::setVariationThrLower | ( | double | v | ) | 
| void rdf::FormFeaturesConfig::setVariationThrUpper | ( | double | v | ) | 
| QString rdf::FormFeaturesConfig::templDatabase | ( | ) | const | 
      
  | 
  overridevirtual | 
Reimplemented from rdf::ModuleConfig.
| double rdf::FormFeaturesConfig::variationThrLower | ( | ) | const | 
| double rdf::FormFeaturesConfig::variationThrUpper | ( | ) | const |