C# 클래스 MeshExplorer.Generators.BaseGenerator

TODO: Update summary.
상속: IGenerator
파일 보기 프로젝트 열기: filipkunc/GLGraphics

보호된 프로퍼티들

프로퍼티 타입 설명
description string
descriptions string[]
name string
parameter int
ranges int[][]

공개 메소드들

메소드 설명
Generate ( double param0, double param1, double param2 ) : InputGeometry
ParameterDescription ( int paramIndex ) : string
ParameterDescription ( int paramIndex, double paramValue ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
GetParamValueDouble ( int paramIndex, double paramOffset ) : double
GetParamValueInt ( int paramIndex, double paramOffset ) : int

메소드 상세

Generate() 공개 추상적인 메소드

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

GetParamValueDouble() 보호된 메소드

protected GetParamValueDouble ( int paramIndex, double paramOffset ) : double
paramIndex int
paramOffset double
리턴 double

GetParamValueInt() 보호된 메소드

protected GetParamValueInt ( int paramIndex, double paramOffset ) : int
paramIndex int
paramOffset double
리턴 int

ParameterDescription() 공개 메소드

public ParameterDescription ( int paramIndex ) : string
paramIndex int
리턴 string

ParameterDescription() 공개 메소드

public ParameterDescription ( int paramIndex, double paramValue ) : string
paramIndex int
paramValue double
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

description 보호되어 있는 프로퍼티

protected string description
리턴 string

descriptions 보호되어 있는 프로퍼티

protected string[] descriptions
리턴 string[]

name 보호되어 있는 프로퍼티

protected string name
리턴 string

parameter 보호되어 있는 프로퍼티

protected int parameter
리턴 int

ranges 보호되어 있는 프로퍼티

protected int[][] ranges
리턴 int[][]