ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions | Protected Member Functions
VisWpf.UI.Workers.ClusteringWorker Class Reference

Clustering worker thread. Clusters an image set and creates signatures. More...

List of all members.

Public Member Functions

 ClusteringWorker (ImageCloud parentWindow)
 Creates a new ClusteringWorker with the given Main Window.

Protected Member Functions

override void OnDoWork (System.ComponentModel.DoWorkEventArgs e)
 Called, when the worker thread starts. Takes an Array of of Image Uris as argument.
override void OnProgressChanged (ProgressChangedEventArgs e)
 Called, when the worker progress changes. Updates the Ui´s progress bar.
override void OnRunWorkerCompleted (RunWorkerCompletedEventArgs e)
 Runs when the worker has completed clustering all images. Hides the progressbar and displays a message. If the start Embedding checkbox is checked, it also starts the Navigator worker.

Detailed Description

Clustering worker thread. Clusters an image set and creates signatures.


Constructor & Destructor Documentation

VisWpf.UI.Workers.ClusteringWorker.ClusteringWorker ( ImageCloud  parentWindow)

Creates a new ClusteringWorker with the given Main Window.

Parameters:
parentWindowThe parent window of the worker

Member Function Documentation

override void VisWpf.UI.Workers.ClusteringWorker.OnDoWork ( System.ComponentModel.DoWorkEventArgs  e)
protected

Called, when the worker thread starts. Takes an Array of of Image Uris as argument.

Parameters:
eThe DoWorkEventArgs containing the Uri Array
override void VisWpf.UI.Workers.ClusteringWorker.OnProgressChanged ( ProgressChangedEventArgs  e)
protected

Called, when the worker progress changes. Updates the Ui´s progress bar.

Parameters:
e
override void VisWpf.UI.Workers.ClusteringWorker.OnRunWorkerCompleted ( RunWorkerCompletedEventArgs  e)
protected

Runs when the worker has completed clustering all images. Hides the progressbar and displays a message. If the start Embedding checkbox is checked, it also starts the Navigator worker.

Parameters:
e

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