C# Class MeshExplorer.Generators.BaseGenerator

TODO: Update summary.
Inheritance: IGenerator
Afficher le fichier Open project: filipkunc/GLGraphics

Protected Properties

Свойство Type Description
description string
descriptions string[]
name string
parameter int
ranges int[][]

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetParamValueDouble ( int paramIndex, double paramOffset ) : double
GetParamValueInt ( int paramIndex, double paramOffset ) : int

Method Details

Generate() public abstract méthode

public abstract Generate ( double param0, double param1, double param2 ) : InputGeometry
param0 double
param1 double
param2 double
Résultat TriangleNet.Geometry.InputGeometry

GetParamValueDouble() protected méthode

protected GetParamValueDouble ( int paramIndex, double paramOffset ) : double
paramIndex int
paramOffset double
Résultat double

GetParamValueInt() protected méthode

protected GetParamValueInt ( int paramIndex, double paramOffset ) : int
paramIndex int
paramOffset double
Résultat int

ParameterDescription() public méthode

public ParameterDescription ( int paramIndex ) : string
paramIndex int
Résultat string

ParameterDescription() public méthode

public ParameterDescription ( int paramIndex, double paramValue ) : string
paramIndex int
paramValue double
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

description protected_oe property

protected string description
Résultat string

descriptions protected_oe property

protected string[] descriptions
Résultat string[]

name protected_oe property

protected string name
Résultat string

parameter protected_oe property

protected int parameter
Résultat int

ranges protected_oe property

protected int[][] ranges
Résultat int[][]