C# Класс Quelea.AbstractBoidForceComponent

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

Защищенные свойства (Protected)

Свойство Тип Описание
neighbors ISpatialCollection
wrappedPositions List

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

Метод Описание
AbstractBoidForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System

Initializes a new instance of the ViewForceComponent class.

GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

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

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

Initializes a new instance of the ViewForceComponent class.
protected AbstractBoidForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid String
Результат System

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

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

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

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

Описание свойств

neighbors защищенное свойство

protected ISpatialCollection neighbors
Результат ISpatialCollection

wrappedPositions защищенное свойство

protected List wrappedPositions
Результат List