Point3ArrayInitInfo
Initialization for a POINT3 array tensor.
Note here, since a POINT3 array tensor is a special-usage tensor, it is not the exact tensor as we have been using in mathematics and physics. Rather, the word tensor represents an opaque handle or an abstraction of data, that your application hands over to SecureMR service to process.
A POINT3 array is a single-dimension array of POINT3 elements, where each element has three components (or to say, values): X, Y and Z coordinates. They must be of the same data type. Hence, such an array is designed for representing 3D points.
Parameters
dataType
: data type of the X, Y and Z values in this POINT3 array.
size
: number of the elements.