IDataSource
public class MeterStress extends DataSourceScalar
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected PotentialCalculationForceStress |
pc |
data, dataInfo, tag
Constructor | Description |
---|---|
MeterStress(PotentialCalculationForceStress pc) |
Modifier and Type | Method | Description |
---|---|---|
Box |
getBox() |
|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
void |
setBox(Box newBox) |
getData, getDataDouble, getDataInfo, getTag
protected final PotentialCalculationForceStress pc
protected Box box
public MeterStress(PotentialCalculationForceStress pc)
public void setBox(Box newBox)
public Box getBox()
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar