C# Класс Quelea.AbstractForceComponent

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

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

Свойство Тип Описание
desiredVelocity Vector3d
weightMultiplier double

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

Метод Описание
AbstractForceComponent ( string name, string nickname, string description, string subcategory, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AbstractAgentRuleComponent class.

ApplyDesiredVelocity ( ) : Vector3d
CalculateDesiredVelocity ( ) : Vector3d
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

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

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

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

ApplyDesiredVelocity() защищенный абстрактный Метод

protected abstract ApplyDesiredVelocity ( ) : Vector3d
Результат Vector3d

CalculateDesiredVelocity() защищенный абстрактный Метод

protected abstract CalculateDesiredVelocity ( ) : Vector3d
Результат Vector3d

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

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

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

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

protected Vector3d desiredVelocity
Результат Vector3d

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

protected double weightMultiplier
Результат double