#include <PerceptionGrid.h>
Public Member Functions | |
| ScanPar () | |
| Default constructor. | |
| ScanPar (Decimal linRangeMin, Decimal linRangeMax, Decimal linRes) | |
| Main constructor. | |
| ScanPar (const ScanPar &s) | |
| Copy constructor. | |
| ScanPar & | operator= (const ScanPar &s) |
| Assigment operator =. | |
| Decimal | range () |
| Gives the linear range of the scan. | |
| Decimal | linRangeMax () |
| Gets Maximum Linear Range. | |
| Decimal | linRangeMin () |
| Gets Minimum Linear Range. | |
| Decimal | linRes () |
| Gets Linear Resolution. | |
Protected Member Functions | |
| void | setLinRangeMin (Decimal value) |
| Sets Minimum Linear Range. | |
| void | setLinRangeMax (Decimal value) |
| Sets Maximum Linear Range. | |
| void | setLinRes (Decimal value) |
| Sets Linear Resolution. | |
Friends | |
| class | Scan |
| MipBaselib::ScanPar::ScanPar | ( | ) |
Default constructor.
Main constructor.
| [in] | linRangeMin | Maximum linear range. |
| [in] | linRangeMax | Minumum linear range. |
| [in] | linRes | Linear resolution. |
| MipBaselib::ScanPar::ScanPar | ( | const ScanPar & | s | ) |
Copy constructor.
| void MipBaselib::ScanPar::setLinRangeMin | ( | Decimal | value | ) | [protected] |
Sets Minimum Linear Range.
| void MipBaselib::ScanPar::setLinRangeMax | ( | Decimal | value | ) | [protected] |
Sets Maximum Linear Range.
| void MipBaselib::ScanPar::setLinRes | ( | Decimal | value | ) | [protected] |
Sets Linear Resolution.
| Decimal MipBaselib::ScanPar::range | ( | ) |
Gives the linear range of the scan.
| Decimal MipBaselib::ScanPar::linRangeMax | ( | ) |
Gets Maximum Linear Range.
| Decimal MipBaselib::ScanPar::linRangeMin | ( | ) |
Gets Minimum Linear Range.
| Decimal MipBaselib::ScanPar::linRes | ( | ) |
Gets Linear Resolution.
friend class Scan [friend] |
1.5.6