#include <qgarlib/WDSegmentList.H>
The method is described in [Wall and Danielsson, 1984].
Definition at line 386 of file WDSegmentList.H.
Public Member Functions | |
Constructors | |
| WDSegmentList (AbstractGenPointChain< int > &chain, int wdThreshold) | |
| Construct from given chain, using given threshold. | |
Destructor | |
| virtual | ~WDSegmentList () |
| Virtual destructor. | |
Private Member Functions | |
Auxiliary functions | |
| void | PRIVATEperform (AbstractGenPointChain< int > &, int) |
| Perform polygonal approximation. | |
Private Attributes | |
Auxiliary data | |
| WDSegment | _cutSeg |
| Used for angular points processing. | |
| WDSegment | _newSeg |
| Used for angular points processing. | |
|
||||||||||||
|
Construct from given chain, using given threshold.
Definition at line 223 of file WDSegmentList.C. References PRIVATEperform(). |
|
|
Virtual destructor.
Definition at line 237 of file WDSegmentList.C. |
|
||||||||||||
|
|
Used for angular points processing.
Definition at line 443 of file WDSegmentList.H. Referenced by PRIVATEperform(). |
|
|
Used for angular points processing.
Definition at line 448 of file WDSegmentList.H. Referenced by PRIVATEperform(). |