public static class AkimaSplineSmootherDyApp.IntegratorSmoother extends Integrator
Integrator.Forcible, Integrator.Torquable
Modifier and Type | Field | Description |
---|---|---|
protected AkimaSplineSmoother |
fitter |
eventManager, initialized, interval, stepCount
Constructor | Description |
---|---|
IntegratorSmoother(AkimaSplineSmoother fitter) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
doStepInternal() |
Performs the elementary integration step, such as a molecular dynamics
time step, or a Monte Carlo trial.
|
doStep, getEventInterval, getEventManager, getStepCount, isInitialized, reset, resetStepCount, setEventInterval, setup
protected final AkimaSplineSmoother fitter
public IntegratorSmoother(AkimaSplineSmoother fitter)
protected void doStepInternal()
Integrator
doStepInternal
in class Integrator