#include <ProtrusionExtr.h>
Public Member Functions | |
| ProtrusionsExtrPar () | |
| Default constructor. | |
| ProtrusionsExtrPar (Decimal discThreshold, Decimal minRobWidth, Decimal maxRobWidth, Decimal offset, Decimal sameFeatThreshold, Decimal addNoiseRange=0.0, Decimal addNoiseBear=0.0) | |
| Parametrical constructor. | |
| ProtrusionsExtrPar (const ProtrusionsExtrPar &s) | |
| Copy constructor. | |
| ProtrusionsExtrPar & | operator= (const ProtrusionsExtrPar &s) |
| Assigment operator =. | |
| Decimal | discThreshold () |
| Gets parameter _discThreshold. | |
| Decimal | minRobWidth () |
| Gets parameter _minRobWidth. | |
| Decimal | maxRobWidth () |
| Gets parameter _maxRobWidth. | |
| Decimal | offset () |
| Gets parameter _offset. | |
| Decimal | sameFeatThreshold () |
| Gets parameter _sameFeatThreshold. | |
| Decimal | additiveNoiseRangeCov () |
| Gets parameter _additiveNoiseRangeCov. | |
| Decimal | additiveNoiseBeariCov () |
| Gets parameter _additiveNoiseBeariCov. | |
| string | print () |
| Prints the parameters par. | |
Protected Member Functions | |
| void | setDiscThreshold (Decimal value) |
| Sets Minimum Discontinuity Threshold. | |
| void | setMinRobWidth (Decimal value) |
| Sets Minimum Robot Width. | |
| void | setMaxRobWidth (Decimal value) |
| Sets Max Robot Width. | |
| void | setOffset (Decimal value) |
| Sets Offset. | |
| void | setSameFeatThreshold (Decimal value) |
| Sets Same Feature Threshold. | |
| void | setAdditiveNoiseRangeCov (Decimal value) |
| Sets the covariance of the additive noise on the range. | |
| void | setAdditiveNoiseBeariCov (Decimal value) |
| Sets the covariance of the additive noise on the range. | |
1.5.6