C# Class Hyperion.Core.PluginSystem.VolumeIntegratorPlugin

Plugin for all kinds of volume integrators.
Inheritance: Plugin
Afficher le fichier Open project: Kintaro/Hyperion Class Usage Examples

Méthodes publiques

Свойство Type Description
CreateVolumeIntegrator CreateVolumeIntegratorDelegate

Méthodes publiques

Méthode Description
VolumeIntegratorPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

VolumeIntegratorPlugin() public méthode

Initialize the plugin and it's name
public VolumeIntegratorPlugin ( string name ) : System
name string /// The plugin's name ///
Résultat System

Property Details

CreateVolumeIntegrator public_oe property

public CreateVolumeIntegratorDelegate CreateVolumeIntegrator
Résultat CreateVolumeIntegratorDelegate