IDataSource
public class MeterPotentialEnergyCutoff extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected DataDoubleArray |
data |
|
protected DataDoubleArray.DataInfoDoubleArray |
dataInfo |
|
protected PotentialCalculationEnergySumCutoff |
energy |
|
protected IteratorDirective |
iteratorDirective |
|
protected PotentialMaster |
potential |
|
protected DataTag |
tag |
Constructor | Description |
---|---|
MeterPotentialEnergyCutoff(PotentialMaster potentialMaster,
Space space,
double[] cutoffs) |
Modifier and Type | Method | Description |
---|---|---|
Box |
getBox() |
|
IData |
getData() |
Computes total potential energy for box.
|
IDataInfo |
getDataInfo() |
|
DataTag |
getTag() |
|
void |
setBox(Box box) |
protected Box box
protected final DataDoubleArray.DataInfoDoubleArray dataInfo
protected final DataTag tag
protected final DataDoubleArray data
protected final IteratorDirective iteratorDirective
protected final PotentialCalculationEnergySumCutoff energy
protected final PotentialMaster potential
public MeterPotentialEnergyCutoff(PotentialMaster potentialMaster, Space space, double[] cutoffs)
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IData getData()
getData
in interface IDataSource
public Box getBox()
public void setBox(Box box)
box
- The box to set.