IDataSource
public class MeterDensityDistribution extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected int[][][] |
counts |
|
protected AccumulatorHistogram |
histogram |
|
protected Vector |
p2 |
|
protected Vector |
shift |
|
protected Vector |
subBox |
|
protected DataDouble |
subData |
Constructor | Description |
---|---|
MeterDensityDistribution(Space space,
Box box,
int nSubBoxes) |
Modifier and Type | Method | Description |
---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
DataTag |
getTag() |
|
void |
reset() |
protected AccumulatorHistogram histogram
protected final Box box
protected final int[][][] counts
protected final Vector p2
protected final Vector subBox
protected final Vector shift
protected final DataDouble subData
public void reset()
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource