C# Class Quelea.AxisAlignedBoxEnvironmentComponent

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

Méthodes publiques

Méthode Description
AxisAlignedBoxEnvironmentComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the AbstractEnvironmentComponent class.

Méthodes protégées

Méthode Description
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

Method Details

AxisAlignedBoxEnvironmentComponent() public méthode

Initializes a new instance of the AbstractEnvironmentComponent class.
public AxisAlignedBoxEnvironmentComponent ( ) : Grasshopper.Kernel
Résultat Grasshopper.Kernel

GetInputs() protected méthode

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

RegisterInputParams() protected méthode

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

SetOutputs() protected méthode

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