Modifier and Type | Class | Description |
---|---|---|
class |
DataClusterWriter.PressureSink |
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected int |
nDataP |
|
protected int |
nSamplesP |
|
protected java.io.ObjectOutputStream |
oos |
|
protected double |
pSum |
|
protected float[] |
x |
|
protected float[] |
xyz |
Constructor | Description |
---|---|
DataClusterWriter(Box box,
java.lang.String filename) |
Modifier and Type | Method | Description |
---|---|---|
void |
closeFile() |
|
DataClusterWriter.PressureSink |
makePressureSink() |
|
void |
putData(IData data) |
Gives data to DataSink for processing, display, or whatever it does.
|
void |
putDataInfo(IDataInfo inputDataInfo) |
Informs the DataSink of the type of Data it should expect to receive.
|
void |
reset() |
protected int nDataP
protected int nSamplesP
protected double pSum
protected final java.io.ObjectOutputStream oos
protected final Box box
protected float[] x
protected float[] xyz
public DataClusterWriter(Box box, java.lang.String filename)
public void putData(IData data)
IDataSink
public void reset()
public void putDataInfo(IDataInfo inputDataInfo)
IDataSink
putDataInfo
in interface IDataSink
public void closeFile()
public DataClusterWriter.PressureSink makePressureSink()