C# Class Quelea.AbstractVehicleForceComponent

Inheritance: AbstractForceComponent
Afficher le fichier Open project: lxfschr/Quelea

Protected Properties

Свойство Type Description
crossed bool
sensorLeftPos Point3d
sensorLeftValue double
vehicle IVehicle

Méthodes protégées

Méthode Description
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

Method Details

AbstractVehicleForceComponent() protected méthode

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
Résultat System

ApplyDesiredVelocity() protected méthode

protected ApplyDesiredVelocity ( ) : Vector3d
Résultat Vector3d

CalculateDesiredVelocity() protected méthode

protected CalculateDesiredVelocity ( ) : Vector3d
Résultat Vector3d

GetInputs() protected méthode

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Résultat bool

GetSensorReadings() protected abstract méthode

protected abstract GetSensorReadings ( ) : void
Résultat void

RegisterInputParams() protected méthode

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

RegisterOutputParams() protected méthode

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

SetOutputs() protected méthode

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Résultat void

Property Details

crossed protected_oe property

protected bool crossed
Résultat bool

sensorLeftPos protected_oe property

protected Point3d sensorLeftPos
Résultat Point3d

sensorLeftValue protected_oe property

protected double sensorLeftValue
Résultat double

vehicle protected_oe property

protected IVehicle vehicle
Résultat IVehicle