C# Класс Quelea.NeighborsComponent

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

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

Метод Описание
NeighborsComponent ( ) : System

Initializes a new instance of the NeighborsComponent class.

Защищенные методы

Метод Описание
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

Приватные методы

Метод Описание
GetNeighbors ( ) : SpatialCollectionType
GetNeighborsInVisionAngle ( ISpatialCollection neighborsInSphere ) : ISpatialCollection
GetNeighborsWrapped ( ) : ISpatialCollection

Описание методов

GetInputs() защищенный Метод

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Результат bool

NeighborsComponent() публичный Метод

Initializes a new instance of the NeighborsComponent class.
public NeighborsComponent ( ) : System
Результат System

RegisterInputParams() защищенный Метод

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Результат void

RegisterOutputParams() защищенный Метод

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Результат void

SetOutputs() защищенный Метод

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Результат void