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