Easy Scan Interface
More...
|
void | ScanWorker_DoWork (object sender, DoWorkEventArgs e) |
| Handles the DoWork event of the scanWorker control. More...
|
|
void | InitScanBackgroundworker () |
| Initializes the scan backgroundworker. More...
|
|
void | ScanWorker_ProgressChanged (object sender, ProgressChangedEventArgs e) |
| Handles the ProgressChanged event of the ScanWorker control. More...
|
|
virtual void | ScanWorker_RunWorkerCompleted (object sender, RunWorkerCompletedEventArgs e) |
|
void | InitialLoad () |
| Initials the load. More...
|
|
void | ToggleButtonCapture_Click (object sender, EventArgs e) |
| Handles the Click event of the toggleButtonCapture control. More...
|
|
void | InitiateCameraDropdown () |
| Initiates the camera dropdown. More...
|
|
void | ComboBoxCameras_SelectedIndexChanged (object sender, EventArgs e) |
| Handles the SelectedIndexChanged event of the comboBoxCameras control. More...
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
bool | PerformScan (ArduinoCommands arduino, CameraControl cameraControl, Information configuration, int numberOfTotalSteps, Resolution resolution, string imageFolder, IPointWriter writer) |
| Performs the scan. More...
|
|
bool | InitiateWriter (ArduinoCommands arduino, Information configuration, out IPointWriter writer) |
| Initiates the writer. More...
|
|
|
static IEnumerable< ColorPoint3D > | ScanImage (int actualSteps, string imageFolder, int steps, ArduinoCommands arduino, CameraControl imaging, Information configuration) |
| Scans the image. More...
|
|
static void | MoveLaserToLeftStartPosition (ArduinoCommands arduino, CameraControl cameraControl, Information configuration) |
| Moves the laser to left start position. More...
|
|
static void | GetResolutonAndSteps (out int numberOfTotalSteps, Precision precision, out Resolution resolution, Information configuration) |
| Gets the resoluton and steps. More...
|
|
static string | ResetImageFolder (Information configuration) |
| Resets the image folder. More...
|
|
static void | SavePoints (Control control, IPointWriter writer, Information configuration) |
| Saves the points. More...
|
|
Simple3DScan.UI.SimpleScanEasyMode.SimpleScanEasyMode |
( |
ArduinoCommands |
arduinoCommands | ) |
|
Initializes a new instance of the SimpleScanEasyMode class.
- Parameters
-
arduinoCommands | The arduino commands. |
void Simple3DScan.UI.SimpleScanEasyMode.ComboBoxCameras_SelectedIndexChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
protected |
Handles the SelectedIndexChanged event of the comboBoxCameras control.
- Parameters
-
sender | The source of the event. |
e | The EventArgs instance containing the event data. |
override void Simple3DScan.UI.SimpleScanEasyMode.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void Simple3DScan.UI.SimpleScanEasyMode.InitialLoad |
( |
| ) |
|
|
protected |
void Simple3DScan.UI.SimpleScanEasyMode.InitiateCameraDropdown |
( |
| ) |
|
|
protected |
Initiates the camera dropdown.
void Simple3DScan.UI.SimpleScanEasyMode.InitScanBackgroundworker |
( |
| ) |
|
|
protected |
Initializes the scan backgroundworker.
void Simple3DScan.UI.SimpleScanEasyMode.ScanWorker_DoWork |
( |
object |
sender, |
|
|
DoWorkEventArgs |
e |
|
) |
| |
|
protected |
Handles the DoWork event of the scanWorker control.
- Parameters
-
sender | The source of the event. |
e | The DoWorkEventArgs instance containing the event data. |
void Simple3DScan.UI.SimpleScanEasyMode.ScanWorker_ProgressChanged |
( |
object |
sender, |
|
|
ProgressChangedEventArgs |
e |
|
) |
| |
|
protected |
Handles the ProgressChanged event of the ScanWorker control.
- Parameters
-
sender | The source of the event. |
e | The ProgressChangedEventArgs instance containing the event data. |
virtual void Simple3DScan.UI.SimpleScanEasyMode.ScanWorker_RunWorkerCompleted |
( |
object |
sender, |
|
|
RunWorkerCompletedEventArgs |
e |
|
) |
| |
|
protectedvirtual |
void Simple3DScan.UI.SimpleScanEasyMode.ToggleButtonCapture_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
protected |
Handles the Click event of the toggleButtonCapture control.
- Parameters
-
sender | The source of the event. |
e | The EventArgs instance containing the event data. |
ComboBox Simple3DScan.UI.SimpleScanEasyMode.ComboBoxCameras |
|
protected |
Label Simple3DScan.UI.SimpleScanEasyMode.LabelCapture |
|
protected |
Label Simple3DScan.UI.SimpleScanEasyMode.LabelSelectCamera |
|
protected |
Syncfusion.Windows.Forms.Gauge.RadialGauge Simple3DScan.UI.SimpleScanEasyMode.RadialGaugeProgress |
|
protected |
The radial gauge progress
RadialSlider Simple3DScan.UI.SimpleScanEasyMode.RadialSliderPrecision |
|
protected |
The radial slider precision
ToggleButton Simple3DScan.UI.SimpleScanEasyMode.ToggleButtonCapture |
|
protected |
The toggle button capture
The documentation for this class was generated from the following files: