#include <FormAnalysis.h>
Enumerator |
---|
pos_left |
|
pos_right |
|
pos_top |
|
pos_bottom |
|
rdf::AssociationGraphNode::AssociationGraphNode |
( |
| ) |
|
void rdf::AssociationGraphNode::addAdjacencyNode |
( |
int |
idx | ) |
|
void rdf::AssociationGraphNode::addBrokenLine |
( |
Line |
l, |
|
|
int |
lineIdx |
|
) |
| |
QVector< int > rdf::AssociationGraphNode::adjacencyNodes |
( |
| ) |
const |
QVector< Line > rdf::AssociationGraphNode::brokenLines |
( |
| ) |
const |
QVector< int > rdf::AssociationGraphNode::brokenLinesIdx |
( |
| ) |
const |
bool rdf::AssociationGraphNode::brokenLinesPresent |
( |
| ) |
const |
int rdf::AssociationGraphNode::cellIdx |
( |
| ) |
const |
void rdf::AssociationGraphNode::clearAdjacencyList |
( |
| ) |
|
int rdf::AssociationGraphNode::colSpan |
( |
| ) |
const |
int rdf::AssociationGraphNode::degree |
( |
| ) |
const |
double rdf::AssociationGraphNode::distance |
( |
| ) |
const |
int rdf::AssociationGraphNode::getColIdx |
( |
| ) |
const |
int rdf::AssociationGraphNode::getRowIdx |
( |
| ) |
const |
Line rdf::AssociationGraphNode::matchedLine |
( |
| ) |
const |
int rdf::AssociationGraphNode::matchedLineIdx |
( |
| ) |
const |
QVector< int > rdf::AssociationGraphNode::neighbourCellIDx |
( |
| ) |
|
double rdf::AssociationGraphNode::overlap |
( |
| ) |
const |
Line rdf::AssociationGraphNode::referenceLine |
( |
| ) |
const |
int rdf::AssociationGraphNode::rowSpan |
( |
| ) |
const |
void rdf::AssociationGraphNode::setCellIdx |
( |
int |
idx | ) |
|
void rdf::AssociationGraphNode::setLineCell |
( |
int |
rowIdx, |
|
|
int |
colIdx |
|
) |
| |
void rdf::AssociationGraphNode::setMatchedLine |
( |
Line |
l | ) |
|
void rdf::AssociationGraphNode::setMatchedLine |
( |
Line |
l, |
|
|
double |
overlap, |
|
|
double |
distance |
|
) |
| |
void rdf::AssociationGraphNode::setMatchedLineIdx |
( |
int |
idx | ) |
|
void rdf::AssociationGraphNode::setNeighbourCellIdx |
( |
QVector< int > |
n | ) |
|
void rdf::AssociationGraphNode::setReferenceLine |
( |
Line |
l | ) |
|
void rdf::AssociationGraphNode::setSpan |
( |
int |
rowSpan, |
|
|
int |
colSpan |
|
) |
| |
bool rdf::AssociationGraphNode::testAdjacency |
( |
QSharedPointer< AssociationGraphNode > |
neighbour, |
|
|
double |
distThreshold = 20 , |
|
|
double |
variationThrLower = 0.2 , |
|
|
double |
variationThrUpper = 0.2 |
|
) |
| |
double rdf::AssociationGraphNode::weight |
( |
| ) |
|
QVector<int> rdf::AssociationGraphNode::mAdjacencyNodesIdx |
|
protected |
QSet<int> rdf::AssociationGraphNode::mAn |
|
protected |
QVector<Line> rdf::AssociationGraphNode::mBrokenLines |
|
protected |
QVector<int> rdf::AssociationGraphNode::mBrokenLinesIdx |
|
protected |
int rdf::AssociationGraphNode::mCellIdx = 1 |
|
protected |
int rdf::AssociationGraphNode::mColSpan = 0 |
|
protected |
double rdf::AssociationGraphNode::mDistance = -1 |
|
protected |
Line rdf::AssociationGraphNode::mMatchedLine |
|
protected |
int rdf::AssociationGraphNode::mMatchedLineIdx |
|
protected |
QVector<int> rdf::AssociationGraphNode::mMergedNeighbourCells |
|
protected |
double rdf::AssociationGraphNode::mOverlap = -1 |
|
protected |
int rdf::AssociationGraphNode::mRefColIdx = -1 |
|
protected |
Line rdf::AssociationGraphNode::mReferenceLine |
|
protected |
int rdf::AssociationGraphNode::mRefRowIdx = -1 |
|
protected |
int rdf::AssociationGraphNode::mRowSpan = 0 |
|
protected |
The documentation for this class was generated from the following files: