table2cube
Converts a table to a cube
This program converts a single field of a table into a cube.
The table records will become lines in the output cube, and the table field data will become samples.
So, a field with an array of size three and twenty records will produce a 3 sample by 20 line cube.
Categories
History
Steve Koechle and Steven Lambright | 2007-06-15 | Original Version |
Jeannie Backer | 2012-10-04 | PROG: Changed references to TableField methods to lower camel case. Ordered includes. Added g_ prefix to global variables. References #1169. |