C# 클래스 Features.FeaturesLayer

상속: IDisposable
파일 보기 프로젝트 열기: esheleg/PhotoSelect 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
runFeatures ( ) : void
startLoadingImages ( ) : void
updateRunStatus ( ) : int

will update RunStatus and on completion, will collect results

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FeaturesLayer() 공개 메소드

public FeaturesLayer ( Task &task ) : System
task Task
리턴 System

loadImages() 공개 메소드

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

run() 공개 메소드

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