| C# | Visual Basic | Visual C++ |
public class ILSpecialData : ILAlgorithm
Public Class ILSpecialData _ Inherits ILAlgorithm
public ref class ILSpecialData : public ILAlgorithm
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| ILSpecialData()()() | ||
| m_name |
internal field holding the name of this algorithm
(Inherited from ILAlgorithm.) | |
| m_progress |
internal field holding the current progress of algorithm
(Inherited from ILAlgorithm.) | |
| m_state |
internal field, holding the current state of algorithm
(Inherited from ILAlgorithm.) | |
| moebius(Int32, Double, Double, ILArray<(Of <(Double>)>)%, ILArray<(Of <(Double>)>)%, ILArray<(Of <(Double>)>)%) |
Create surface data for a Möbius strip
| |
| Name |
Name of the algorithm (readonly)
(Inherited from ILAlgorithm.) | |
| OnProgressChanged(String) |
helper function firing the progress changed event
(Inherited from ILAlgorithm.) | |
| OnStateChanged(String) |
helper function firing the state changed event
(Inherited from ILAlgorithm.) | |
| Progress |
get the current progress of the running algorithm
(Inherited from ILAlgorithm.) | |
| ProgressChanged |
fires on progress changes
(Inherited from ILAlgorithm.) | |
| Run()()() |
Start running this algorithm synchronously.
(Inherited from ILAlgorithm.) | |
| SetProgress(Double) |
set the progress value
(Inherited from ILAlgorithm.) | |
| SetProgress(Double, String) |
set the progress value
(Inherited from ILAlgorithm.) | |
| SetState(ILAlgorithmState) |
set the current state for algorithm
(Inherited from ILAlgorithm.) | |
| SetState(ILAlgorithmState, String) |
set the current state for algorithm and provide message
(Inherited from ILAlgorithm.) | |
| sinc(Int32, Int32, Single) |
Generate sinc function in 2D, useful for plotting examples
| |
| sinc(Int32, Int32) |
Generate sinc function in 2D, useful for plotting examples
| |
| sincos1D(Int32, Double) |
Create specified periods of sine and cosine data
| |
| sphere(Int32, ILArray<(Of <(Double>)>)%, ILArray<(Of <(Double>)>)%, ILArray<(Of <(Double>)>)%) |
Create surface data of a sphere
| |
| StateChanged |
Fires on state changes
(Inherited from ILAlgorithm.) | |
| waterfall(Int32, Int32) |
Create demo data for surface plots looking like a waterfall
|
| Object | |||
| ILMath | |||
| ILAlgorithm | |||
| ILSpecialData | |||