|
static void | ApplyPlotterSettingsDefault (PlotterZedGraph plotter, int whichInput, int numInputs, int whichOutput, int numOutpts) |
| Applies style and other settings to the plotter used to show the parametric graph. More...
|
|
static void | ApplyPlotCurveSettingsDefault (PlotZedgraphCurve plot, int whichCurve, int numCurves) |
| Applies style and other settings to the plotter used to show the parametric graph. More...
|
|
static void | Run (double dampingMin, double dampingMax, int numCurves, int numPoints) |
| Plots a family of resonance curves. More...
|
|
static void | Run (string[] arguments) |
| Plots a family of resonance curves. More...
|
|
static void IG.MPetekLib.Application.Scripts.LinearOscillator._10MultipleResCurvesPlotObsolete.ApplyPlotterSettingsDefault |
( |
PlotterZedGraph |
plotter, |
|
|
int |
whichInput, |
|
|
int |
numInputs, |
|
|
int |
whichOutput, |
|
|
int |
numOutpts |
|
) |
| |
|
inlinestatic |
Applies style and other settings to the plotter used to show the parametric graph.
- Parameters
-
plotter | Plotter to which settings are applied. |
whichInput | ID of the input to be plotted. |
whichOutpput | ID of the output to be plotted. |
References IG.Gr.PlotterZedGraph.IsShowPointValues.
static void IG.MPetekLib.Application.Scripts.LinearOscillator._10MultipleResCurvesPlotObsolete.ApplyPlotCurveSettingsDefault |
( |
PlotZedgraphCurve |
plot, |
|
|
int |
whichCurve, |
|
|
int |
numCurves |
|
) |
| |
|
inlinestatic |
static void IG.MPetekLib.Application.Scripts.LinearOscillator._10MultipleResCurvesPlotObsolete.Run |
( |
double |
dampingMin, |
|
|
double |
dampingMax, |
|
|
int |
numCurves, |
|
|
int |
numPoints |
|
) |
| |
|
inlinestatic |
Plots a family of resonance curves.
- Parameters
-
dampingMin | Minimal damping coefficient. |
dampingMax | Maximal damping coefficient. |
numCurves | Number of resonance curves plotted. |
numPoints | Number of points on each curve. |
Plotting is performed in the main thread.
References IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBase.CalcSteadyStateAmplitudeVsDrivingFrequency(), IG.Gr.PlotterZedGraph.CreateDefault(), IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenHarmonicOscillator.DampingCoefficient, IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBase.EndingDrivingAngularFrequency, IG.Gr.ZedGraphWindow.GraphControl, IG.MPetekLib.Algorithms.PlottableModels.PlottableModelBase.NewCurveFromPlottableData(), IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBase.NSamplesForResonanceCurve, IG.Gr.PlotterZedGraph.RemoveAllPlotObjects(), IG.Gr.PlotterZedGraph.ResetView(), IG.MPetekLib.Algorithms.PlottableModels.PlottableODEModelBase.Solver, IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBase.StartingDrivingAngularFrequency, IG.MPetekLib.Algorithms.Solvers.InitialProblemODE_RK4.InitialProblemSolverBase.StepSize, IG.Gr.PlotterZedGraph.Title, IG.Gr.PlotterZedGraph.Update(), IG.Gr.PlotterZedGraph.XAxisLabel, and IG.Gr.PlotterZedGraph.YAxisLabel.
Referenced by IG.Script.AppMarkoPetek.App10MultipleResCurvesPlotObsolete().
static void IG.MPetekLib.Application.Scripts.LinearOscillator._10MultipleResCurvesPlotObsolete.Run |
( |
string[] |
arguments | ) |
|
|
inlinestatic |
Plots a family of resonance curves.
Plotting is performed in the main thread.
The documentation for this class was generated from the following file: