C# Class Features.FeaturesLayer

Inheritance: IDisposable
ファイルを表示 Open project: esheleg/PhotoSelect Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FeaturesLayer ( Task &task ) : System
loadImages ( ) : void

sets the array of ImageInfo and creates the objects Throws any generated Exception on ImageInfo constructor call

run ( ) : void

This will be called in a different thread, It will start the features run and the statusUpdater

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
runFeatures ( ) : void
startLoadingImages ( ) : void
updateRunStatus ( ) : int

will update RunStatus and on completion, will collect results

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FeaturesLayer() public method

public FeaturesLayer ( Task &task ) : System
task Task
return System

loadImages() public method

sets the array of ImageInfo and creates the objects Throws any generated Exception on ImageInfo constructor call
public loadImages ( ) : void
return void

run() public method

This will be called in a different thread, It will start the features run and the statusUpdater
public run ( ) : void
return void