Simply3DScan
Configuration.Resolution Class Reference

Configuration of a scan resulution More...

Public Member Functions

 Resolution (Precision precision, float degrees, int steps, int sweepSteps)
 Initializes a new instance of the Resolution class. More...
 
 Resolution ()
 Initializes a new instance of the Resolution class. More...
 

Properties

Precision Precision [get, set]
 Gets or sets the precision. More...
 
float Degrees [get, set]
 Gets or sets the degrees. More...
 
int Steps [get, set]
 Gets or sets the steps. More...
 
int SweepSteps [get, set]
 Gets or sets the sweep steps. More...
 

Detailed Description

Configuration of a scan resulution

Definition at line 10 of file Resolution.cs.

Constructor & Destructor Documentation

Configuration.Resolution.Resolution ( Precision  precision,
float  degrees,
int  steps,
int  sweepSteps 
)

Initializes a new instance of the Resolution class.

Parameters
precisionThe precision.
degreesThe degrees.
stepsThe steps.
sweepStepsThe sweep steps.

Definition at line 50 of file Resolution.cs.

51  {
52  this.Precision = precision;
53  this.Degrees = degrees;
54  this.Steps = steps;
55  this.SweepSteps = sweepSteps;
56  }
int Steps
Gets or sets the steps.
Definition: Resolution.cs:33
Precision Precision
Gets or sets the precision.
Definition: Resolution.cs:18
int SweepSteps
Gets or sets the sweep steps.
Definition: Resolution.cs:41
float Degrees
Gets or sets the degrees.
Definition: Resolution.cs:25
Configuration.Resolution.Resolution ( )

Initializes a new instance of the Resolution class.

Definition at line 61 of file Resolution.cs.

62  {
63  }

Property Documentation

float Configuration.Resolution.Degrees
getset

Gets or sets the degrees.

The degrees.

Definition at line 25 of file Resolution.cs.

Precision Configuration.Resolution.Precision
getset

Gets or sets the precision.

The precision.

Definition at line 18 of file Resolution.cs.

int Configuration.Resolution.Steps
getset

Gets or sets the steps.

The steps.

Definition at line 33 of file Resolution.cs.

int Configuration.Resolution.SweepSteps
getset

Gets or sets the sweep steps.

The sweep steps.

Definition at line 41 of file Resolution.cs.


The documentation for this class was generated from the following file: