public class DataProcessorInterfacialTensionProfile extends DataProcessor
| Modifier and Type | Field | Description |
|---|---|---|
protected Box |
box |
|
protected DataFunction |
data |
|
protected int |
profileDim |
|
protected double[][] |
virialData |
dataInfo, dataSink, tag| Constructor | Description |
|---|---|
DataProcessorInterfacialTensionProfile(Space space) |
| Modifier and Type | Method | Description |
|---|---|---|
Box |
getBox() |
|
int |
getProfileDim() |
|
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 |
setProfileDim(int newProfileDim) |
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSinkprotected final double[][] virialData
protected DataFunction data
protected Box box
protected int profileDim
public DataProcessorInterfacialTensionProfile(Space space)
public Box getBox()
public void setBox(Box newBox)
public int getProfileDim()
public void setProfileDim(int newProfileDim)
protected IData processData(IData inputData)
DataProcessorprocessData in class DataProcessorinputData - the Data for processingprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessorprocessDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessor