C# 클래스 Quelea.AbstractForceComponent

상속: AbstractRuleComponent
파일 보기 프로젝트 열기: lxfschr/Quelea

보호된 프로퍼티들

프로퍼티 타입 설명
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