#include <Shapes.h>
rdf::LineCandidates::LineCandidates |
( |
| ) |
|
rdf::LineCandidates::LineCandidates |
( |
Line |
referenceLine | ) |
|
void rdf::LineCandidates::addCandidate |
( |
int |
lIdx, |
|
|
double |
o, |
|
|
double |
d |
|
) |
| |
void rdf::LineCandidates::addCandidate |
( |
Line |
c, |
|
|
int |
lIdx |
|
) |
| |
QVector< int > rdf::LineCandidates::candidatesIdx |
( |
| ) |
const |
void rdf::LineCandidates::clear |
( |
| ) |
|
QVector< double > rdf::LineCandidates::distances |
( |
| ) |
const |
bool rdf::LineCandidates::isEmpty |
( |
| ) |
const |
rdf::Line rdf::LineCandidates::mergedLine |
( |
| ) |
|
QVector< double > rdf::LineCandidates::overlaps |
( |
| ) |
const |
Line rdf::LineCandidates::referenceLine |
( |
| ) |
const |
void rdf::LineCandidates::setReferenceLine |
( |
Line |
referenceLine | ) |
|
QVector< int > rdf::LineCandidates::sortByDistance |
( |
| ) |
|
QVector< int > rdf::LineCandidates::sortByOverlap |
( |
| ) |
|
QVector<double> rdf::LineCandidates::mDistances |
|
protected |
QVector<int> rdf::LineCandidates::mLCandidatesIdx |
|
protected |
QVector<double> rdf::LineCandidates::mOverlaps |
|
protected |
Line rdf::LineCandidates::mReferenceLine |
|
protected |
The documentation for this class was generated from the following files: