C# Class MeshExplorer.Generators.BaseGenerator

TODO: Update summary.
Inheritance: IGenerator
Exibir arquivo Open project: filipkunc/GLGraphics

Protected Properties

Property Type Description
description string
descriptions string[]
name string
parameter int
ranges int[][]

Public Methods

Method Description
Generate ( double param0, double param1, double param2 ) : InputGeometry
ParameterDescription ( int paramIndex ) : string
ParameterDescription ( int paramIndex, double paramValue ) : string
ToString ( ) : string

Protected Methods

Method Description
GetParamValueDouble ( int paramIndex, double paramOffset ) : double
GetParamValueInt ( int paramIndex, double paramOffset ) : int

Method Details

Generate() public abstract method

public abstract Generate ( double param0, double param1, double param2 ) : InputGeometry
param0 double
param1 double
param2 double
return TriangleNet.Geometry.InputGeometry

GetParamValueDouble() protected method

protected GetParamValueDouble ( int paramIndex, double paramOffset ) : double
paramIndex int
paramOffset double
return double

GetParamValueInt() protected method

protected GetParamValueInt ( int paramIndex, double paramOffset ) : int
paramIndex int
paramOffset double
return int

ParameterDescription() public method

public ParameterDescription ( int paramIndex ) : string
paramIndex int
return string

ParameterDescription() public method

public ParameterDescription ( int paramIndex, double paramValue ) : string
paramIndex int
paramValue double
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

description protected_oe property

protected string description
return string

descriptions protected_oe property

protected string[] descriptions
return string[]

name protected_oe property

protected string name
return string

parameter protected_oe property

protected int parameter
return int

ranges protected_oe property

protected int[][] ranges
return int[][]