public final class TuplerCell extends ComputeCell
Tuple
individual, data objects.
The output Tuple
will be a RealTuple
when
appropriate. If the input comprises a single data object, then that
object will be the output.Constructor and Description |
---|
TuplerCell(visad.DataReference[] refs)
Constructs from an array of references to the individual data objects.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Data |
compute(visad.Data[] datums)
Computes the output Tuple.
|
clean, disableRef, enableAllInputRefs, getInputRefs, getOutputRef, noDataField, toString
public TuplerCell(visad.DataReference[] refs) throws visad.VisADException, java.rmi.RemoteException
refs
- The input data references.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.protected visad.Data compute(visad.Data[] datums) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
compute
in class ComputeCell
datums
- The input data in the same order as during
construction.Tuple
corresponding to the
input data, in order.java.lang.ClassCastException
- if an input data reference has the wrong
type of data object.visad.TypeException
- if a VisAD data object has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.