C# 클래스 Hyperion.Core.PluginSystem.SurfaceIntegratorPlugin

Plugin for all kinds of surface integrators.
상속: Plugin
파일 보기 프로젝트 열기: Kintaro/Hyperion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateSurfaceIntegrator CreateSurfaceIntegratorDelegate

공개 메소드들

메소드 설명
SurfaceIntegratorPlugin ( string name ) : System

Initialize the plugin and it's name

메소드 상세

SurfaceIntegratorPlugin() 공개 메소드

Initialize the plugin and it's name
public SurfaceIntegratorPlugin ( string name ) : System
name string /// The plugin's name ///
리턴 System

프로퍼티 상세

CreateSurfaceIntegrator 공개적으로 프로퍼티

public CreateSurfaceIntegratorDelegate CreateSurfaceIntegrator
리턴 CreateSurfaceIntegratorDelegate