C# Class Hyperion.Core.PluginSystem.VolumeIntegratorPlugin

Plugin for all kinds of volume integrators.
Inheritance: Plugin
Mostra file Open project: Kintaro/Hyperion Class Usage Examples

Public Properties

Property Type Description
CreateVolumeIntegrator CreateVolumeIntegratorDelegate

Public Methods

Method Description
VolumeIntegratorPlugin ( string name ) : System

Initialize the plugin and it's name

Method Details

VolumeIntegratorPlugin() public method

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

Property Details

CreateVolumeIntegrator public_oe property

public CreateVolumeIntegratorDelegate CreateVolumeIntegrator
return CreateVolumeIntegratorDelegate