C# Класс Features.FeaturesLayer

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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