Workspace 6.21.5
|
Converts an ArrayNd to a Array3d without copying any data. Stated slightly differently, this operation allows an ArrayNd to be accessed using the interface of a Array3d.
Inputs: | |||
---|---|---|---|
Data source | CSIRO::DataAnalysis::ArrayNd | ||
X dimension | CSIRO::DataAnalysis::NamedDimensionRange | The name of the dimension to be used as the X dimension of the output Array3d. | |
Y dimension | CSIRO::DataAnalysis::NamedDimensionRange | The name of the dimension to be used as the Y dimension of the output Array3d. | |
Z dimension | CSIRO::DataAnalysis::NamedDimensionRange | The name of the dimension to be used as the Z dimension of the output Array3d. | |
Fixed dimensions | CSIRO::DataExecution::ObjectArray | The names and indices of the dimensions that do not vary, and so are not part of the output Array3d. Stated another way, this input controls which dimensions are fixed when the ArrayNd is accessed as an Array3d. | |
Outputs: | |||
3d data | CSIRO::DataAnalysis::Array3dScalar |