IDataSink
public static class MultiharmonicGraphicMC.DataSinkReweightedDeltaU extends java.lang.Object implements IDataSink
Modifier and Type | Field | Description |
---|---|---|
protected AkimaSpline |
akima |
|
protected AlphaSource |
alphaSource |
|
protected double[] |
lnAlpha |
|
protected double[] |
ratio |
|
protected double[] |
sum |
|
protected double[] |
sumWeights |
Constructor | Description |
---|---|
DataSinkReweightedDeltaU(AlphaSource alphaSource) |
Modifier and Type | Method | Description |
---|---|---|
double |
getDeltaU(double alpha) |
|
void |
putData(IData data) |
Gives data to DataSink for processing, display, or whatever it does.
|
void |
putDataInfo(IDataInfo dataInfo) |
Informs the DataSink of the type of Data it should expect to receive.
|
void |
reset() |
protected double[] sum
protected double[] sumWeights
protected double[] ratio
protected double[] lnAlpha
protected final AlphaSource alphaSource
protected final AkimaSpline akima
public DataSinkReweightedDeltaU(AlphaSource alphaSource)
public void reset()
public double getDeltaU(double alpha)
public void putData(IData data)
IDataSink
public void putDataInfo(IDataInfo dataInfo)
IDataSink
putDataInfo
in interface IDataSink