C# Класс Quelea.AxisAlignedBoxEnvironmentComponent

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

Открытые методы

Метод Описание
AxisAlignedBoxEnvironmentComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the AbstractEnvironmentComponent class.

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

Метод Описание
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

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

AxisAlignedBoxEnvironmentComponent() публичный Метод

Initializes a new instance of the AbstractEnvironmentComponent class.
public AxisAlignedBoxEnvironmentComponent ( ) : Grasshopper.Kernel
Результат Grasshopper.Kernel

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

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

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Результат void