IDataSource
public 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 IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource