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