#include <TextLineSegmentation.h>
|
void | load (const QSettings &settings) override |
|
void | save (QSettings &settings) const override |
|
template<class num > |
num | checkParam (num param, num min, num max, const QString &name) const |
|
rdf::TextLineConfig::TextLineConfig |
( |
| ) |
|
QString rdf::TextLineConfig::debugPath |
( |
| ) |
const |
double rdf::TextLineConfig::errorMultiplier |
( |
| ) |
const |
void rdf::TextLineConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
int rdf::TextLineConfig::minLineLength |
( |
| ) |
const |
double rdf::TextLineConfig::minPointDistance |
( |
| ) |
const |
void rdf::TextLineConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
void rdf::TextLineConfig::setErrorMultiplier |
( |
double |
multiplier | ) |
|
void rdf::TextLineConfig::setMinLineLength |
( |
int |
length | ) |
|
void rdf::TextLineConfig::setMinPointDistance |
( |
double |
dist | ) |
|
QString rdf::TextLineConfig::toString |
( |
| ) |
const |
|
overridevirtual |
QString rdf::TextLineConfig::mDebugPath = "C:/temp/cluster/" |
|
protected |
double rdf::TextLineConfig::mErrorMultiplier = 1.4 |
|
protected |
int rdf::TextLineConfig::mMinLineLength = 15 |
|
protected |
double rdf::TextLineConfig::mMinPointDist = 80.0 |
|
protected |
The documentation for this class was generated from the following files: