C# Class Features.FeaturesLayer

Inheritance: IDisposable
Afficher le fichier Open project: esheleg/PhotoSelect Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
runFeatures ( ) : void
startLoadingImages ( ) : void
updateRunStatus ( ) : int

will update RunStatus and on completion, will collect results

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FeaturesLayer() public méthode

public FeaturesLayer ( Task &task ) : System
task Task
Résultat System

loadImages() public méthode

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

run() public méthode

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