IDataSourcepublic 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 IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic IData getData()
getData in interface IDataSourcepublic Box getBox()
public void setBox(Box box)
box - The box to set.