public class DataProcessorInterfacialTension extends DataProcessor
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected DataDouble |
data |
|
protected Space |
space |
|
protected int |
surfaceDim |
dataInfo, dataSink, tag
Constructor | Description |
---|---|
DataProcessorInterfacialTension(Space space) |
Modifier and Type | Method | Description |
---|---|---|
Box |
getBox() |
|
int |
getSurfaceDimension() |
Returns the dimension of the surfaces.
|
protected IData |
processData(IData inputData) |
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
void |
setBox(Box newBox) |
|
void |
setSurfaceDimension(int newDim) |
Sets the dimension of the surfaces.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSink
protected final Space space
protected final DataDouble data
protected Box box
protected int surfaceDim
public DataProcessorInterfacialTension(Space space)
public Box getBox()
public void setBox(Box newBox)
public int getSurfaceDimension()
public void setSurfaceDimension(int newDim)
protected IData processData(IData inputData)
DataProcessor
processData
in class DataProcessor
inputData
- the Data for processingprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessor
processDataInfo
in class DataProcessor
inputDataInfo
- the DataInfo of the Data that will be input to this
DataProcessor