|
interface | arrayp |
| Retrieve pointer to array in the bud. More...
|
|
interface | assignment(=) |
| Assignment of bud to another bud. More...
|
|
interface | delete |
| Deletes the bud by decreasing references to the underlying data. More...
|
|
type | iarray3d |
| Array data type. More...
|
|
interface | init_array |
| Initialize array values to a specific value. More...
|
|
interface | initialize |
| Initialization of data container. More...
|
|
interface | initialized |
| See interface is_initialized More...
|
|
interface | is_initd |
| See interface is_initialized More...
|
|
interface | is_initialized |
| Query whether bud is associated with any data. More...
|
|
interface | is_same |
| Check whether two buds point to the same data (function) More...
|
|
interface | new |
| Create a new iArray3D. More...
|
|
interface | new_iarray3d |
| See interface #new More...
|
|
interface | nullify |
| Nullifies the current bud. More...
|
|
interface | print |
| Print, to std-out, some basic information of the data-container. More...
|
|
interface | references |
| Query number of references to the bud. More...
|
|
interface | refs |
| See interface #references More...
|
|
interface | same |
| See interface #is_same More...
|
|
interface | size |
| Query dimension of array (or total size) More...
|
|