Workspace 6.21.5
|
The Array3dInfo operation extracts information about a particular Array3dInterface (similar to decompose group), such as the range of data contained within. It is a polymorphic operation so that users can extract data from matrices of different types.
Inputs: | |||
---|---|---|---|
Array | CSIRO::DataAnalysis::Array3dScalar | ||
Outputs: | |||
Matrix dimensions XYZ | QVector<int> | The dimensions of the array in the X, Y and Z dimensions. | |
Total number of cells | int | The total number of cells in the array. | |
Minimum | double | ||
Maximum | double | ||
Mean | double |