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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.