IDataSource
public class MeterPlaneSlip extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected DataDoubleArray |
data |
|
protected DataDoubleArray.DataInfoDoubleArray |
dataInfo |
|
protected Vector[][] |
drSum |
|
protected int |
nx |
|
protected int |
ny |
|
protected double[][] |
offset0 |
|
protected IMoleculePositionDefinition |
pos |
|
protected ISpecies |
species |
|
protected DataTag |
tag |
Constructor | Description |
---|---|
MeterPlaneSlip(Space space,
ISpecies species,
int nPlanes,
int nx,
int ny) |
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[][] drSum
protected final DataDoubleArray data
protected final DataDoubleArray.DataInfoDoubleArray dataInfo
protected final DataTag tag
protected IMoleculePositionDefinition pos
protected final double[][] offset0
protected final int nx
protected final int ny
public void setBox(Box newBox)
public IData getData()
getData
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource