C# Class Quelea.AbstractForceComponent

Inheritance: AbstractRuleComponent
Mostrar archivo Open project: lxfschr/Quelea

Protected Properties

Property Type Description
desiredVelocity Vector3d
weightMultiplier double

Protected Methods

Method Description
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

Method Details

AbstractForceComponent() protected method

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
return System.Drawing

ApplyDesiredVelocity() protected abstract method

protected abstract ApplyDesiredVelocity ( ) : Vector3d
return Vector3d

CalculateDesiredVelocity() protected abstract method

protected abstract CalculateDesiredVelocity ( ) : Vector3d
return Vector3d

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

RegisterInputParams() protected method

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
return void

RegisterOutputParams() protected method

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
return void

SetOutputs() protected method

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
return void

Property Details

desiredVelocity protected_oe property

protected Vector3d desiredVelocity
return Vector3d

weightMultiplier protected_oe property

protected double weightMultiplier
return double