C# Класс Quelea.AbstractVehicleForceComponent

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

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

Свойство Тип Описание
crossed bool
sensorLeftPos Point3d
sensorLeftValue double
vehicle IVehicle

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

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

Initializes a new instance of the AbstractParticleForceComponent class.

ApplyDesiredVelocity ( ) : Vector3d
CalculateDesiredVelocity ( ) : Vector3d
GetInputs ( IGH_DataAccess da ) : bool
GetSensorReadings ( ) : void
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

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

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

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

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

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

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

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

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

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

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

protected abstract GetSensorReadings ( ) : void
Результат void

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

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

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

protected bool crossed
Результат bool

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

protected Point3d sensorLeftPos
Результат Point3d

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

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

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

protected IVehicle vehicle
Результат IVehicle