#include <qgarlib/RWArcVector.H>
Definition at line 78 of file RWArcVector.H.
Public Member Functions | |
Constructors | |
| RWArcVector (RWSegmentVector &aRWvector, int thres=50) | |
| Construct from a vector of segments provided by the Rosin & West's method. | |
| RWArcVector (RWSegmentVector &aRWvector1, RWSegmentVector &aRWvector2, int thres=50) | |
| Construct from two vectors of segments provided by the Rosin & West's method. | |
Destructor | |
| virtual | ~RWArcVector () |
| Non-virtual destructor. | |
Protected Attributes | |
Thresholds | |
| int | _centerDispersionThreshold |
| Threshold to estimate the dispersion of the potential centers of an arc. | |
|
||||||||||||
|
Construct from a vector of segments provided by the Rosin & West's method.
Definition at line 745 of file RWArcVector.C. References _centerDispersionThreshold, qgar::Math::QG_PI, qgar::qgAngle(), and RWARCVECTOR_arcs3(). |
|
||||||||||||||||
|
Construct from two vectors of segments provided by the Rosin & West's method.
Definition at line 798 of file RWArcVector.C. References _centerDispersionThreshold, qgar::Math::QG_PI, qgar::qgAngle(), and RWARCVECTOR_arcs3(). |
|
|
Non-virtual destructor.
Definition at line 910 of file RWArcVector.C. |
|
|
Threshold to estimate the dispersion of the potential centers of an arc.
Definition at line 138 of file RWArcVector.H. Referenced by RWArcVector(). |