Filling Out the Array 3D Image Data Structure

From The SBN Wiki
Revision as of 02:49, 25 January 2013 by Raugh (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The <Array_3D_Image> class is a specialization of the <Array_3D> generic class. Use it if your 3D array should be considered as a "movie" - a series of images extending through a third temporal dimension.


For an Array_3D_Image, follow the instructions for Filling Out the Array_2D Data Structure, with the following additional constraints/requirements:

  • Use <Array_2D_Image> and </Array_2D_Image> rather than <Array_2D> and </Array_2D>