| CreateMatStruc (1) | UDF PROGRAMMERS MANUAL | CreateMatStruc (1) |
|---|
| #include "libbase_udf.h" | ||
| ByTe_2 | CreateMatStruc | (struct MatrixData *Md, ByTe_2 NAS, ByTe_1 *Tbls, ByTe_2 *Ops); |
INPUT DEFINITIONS
| Md | - | pointer to a variable of type struct MatrixData |
| NAS | - | number of steps defined in algorithm which takes the raw UDF data to units |
| Tbl | - | pointer to the array of tables used in the algorithm which takes the raw UDF data to units. |
| Ops | - | pointer to the array of operations used in the algorithm which takes the raw UDF data to units. |
DESCRIPTION CreateMatStruc initializes a MatrixData structure which will later be used as input to either BuildImage or BuildMatrix. In addition to initialization the routine transfers the UDF algorithm information which will be used to convert the raw UDF data to physical units into it. The routine must be called prior to using Md.
RETURN VALUE Returns ALL_OKAY on completion.
ERRORS NONE
APPLICABLE FORMATS UDF V2.2, IDFS V2.1
RESTRICTIONS None.
SEE ALSO MatrixData (1S) BuildImage (1) BuildMatrix (1)
| UDF V2.2 | Aug 31, 2000 | UDF V2.2 |
|---|