IDataSourcepublic class MeterTiltRotationStdev extends java.lang.Object implements IDataSource
| Modifier and Type | Field | Description |
|---|---|---|
protected Box |
box |
|
protected DataDoubleArray |
data |
|
protected DataDoubleArray.DataInfoDoubleArray |
dataInfo |
|
protected Vector |
dr |
|
protected double[] |
phi2Sum |
|
protected double[] |
phiSum |
|
protected ISpecies |
species |
|
protected DataTag |
tag |
| Constructor | Description |
|---|---|
MeterTiltRotationStdev(Space space,
ISpecies species,
int nPlanes) |
| Modifier and Type | Method | Description |
|---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
DataTag |
getTag() |
|
void |
setBox(Box newBox) |
protected final ISpecies species
protected Box box
protected final Vector dr
protected final DataDoubleArray data
protected final DataDoubleArray.DataInfoDoubleArray dataInfo
protected final DataTag tag
protected final double[] phiSum
protected final double[] phi2Sum
public void setBox(Box newBox)
public IData getData()
getData in interface IDataSourcepublic IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSource