Created by the British Broadcasting Corporation.
#include <arrays.h>
|
|
|
Default constructor creates an empty array. |
|
The constructor creates an array of given width height. |
|
The constructor creates an array of given width and length height and initialises it to a value |
|
Destructor frees the data allocated in the constructor. |
|
Copy constructor copies data and metadata. |
|
Copy contents of array into output array retaining the dimensions of the output array. If output array is larger that array then pad with last true value. Return true is copy was successful |
|
Initialise the array with the val provided. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Assignement = assigns both data and metadata. |
|
Accesses the rows of the arrays, which are returned in the form of pointers to the row data NOT OneDArray objects. |
|
Accesses the rows of the arrays, which are returned in the form of pointers to the row data NOT OneDArray objects. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.