DataSourceMolecular
public class MeterOrientation extends java.lang.Object implements DataSourceMolecular
Modifier and Type | Field | Description |
---|---|---|
protected Boundary |
boundary |
|
protected DataDouble |
data |
|
protected DataDouble.DataInfoDouble |
dataInfo |
|
protected Vector |
dr |
|
protected DataTag |
tag |
Constructor | Description |
---|---|
MeterOrientation(Space space) |
Modifier and Type | Method | Description |
---|---|---|
IData |
getData(IMolecule atom) |
|
IDataInfo |
getMoleculeDataInfo() |
|
DataTag |
getTag() |
|
void |
setBox(Box newBox) |
protected final DataDouble.DataInfoDouble dataInfo
protected final DataDouble data
protected final DataTag tag
protected final Vector dr
protected Boundary boundary
public MeterOrientation(Space space)
public DataTag getTag()
getTag
in interface DataSourceMolecular
public void setBox(Box newBox)
public IData getData(IMolecule atom)
getData
in interface DataSourceMolecular
public IDataInfo getMoleculeDataInfo()
getMoleculeDataInfo
in interface DataSourceMolecular