C# Class Quelea.CurveEmitterComponent

Inheritance: AbstractEmitterComponent
Show file Open project: lxfschr/Quelea

Public Methods

Method Description
CurveEmitterComponent ( ) : Grasshopper.Kernel

Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.

Protected Methods

Method 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

CurveEmitterComponent() public method

Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.
public CurveEmitterComponent ( ) : Grasshopper.Kernel
return Grasshopper.Kernel

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

RegisterInputParams() protected method

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

SetOutputs() protected method

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
return void