public abstract class FixedLengthVectorCoord extends SingleCoord
Modifier and Type | Class and Description |
---|---|
static class |
FixedLengthVectorCoord.VectorDomain
Domain for use with FixedLengthVectorCoord.
|
Modifier and Type | Field and Description |
---|---|
static FixedLengthVectorCoord.VectorDomain |
FLOATING_VECTOR3_DOMAIN
Domain for 3-vector.
|
static FixedLengthVectorCoord |
XYZ_COORD
3-vector coordinate.
|
Modifier | Constructor and Description |
---|---|
protected |
FixedLengthVectorCoord(InputMeta meta,
boolean isRequired,
FixedLengthVectorCoord.VectorDomain domain,
StorageType storage)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
readElements(Tuple tuple,
int icol,
double[] vec)
Reads vector elements from a specified column in a given tuple
into a supplied array.
|
getInput, getInputs, getStorageType, isRequired, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
inputStorage
public static final FixedLengthVectorCoord.VectorDomain FLOATING_VECTOR3_DOMAIN
public static final FixedLengthVectorCoord XYZ_COORD
protected FixedLengthVectorCoord(InputMeta meta, boolean isRequired, FixedLengthVectorCoord.VectorDomain domain, StorageType storage)
meta
- metadata for single inputisRequired
- true if this coordinate is required for plottingdomain
- domainstorage
- storage typepublic abstract void readElements(Tuple tuple, int icol, double[] vec)
tuple
- tupleicol
- index of field in tuple corresponding to this Coordvec
- array of at least nel elements to receive the resultCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.