IDataSourcepublic class MeterTilt 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 Vector[] |
drSum |
|
protected ISpecies |
species |
|
protected DataTag |
tag |
| Constructor | Description |
|---|---|
MeterTilt(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 Vector[] drSum
protected final DataDoubleArray data
protected final DataDoubleArray.DataInfoDoubleArray dataInfo
protected final DataTag tag
public void setBox(Box newBox)
public IData getData()
getData in interface IDataSourcepublic IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSource