Gets a reference of a matrix in a 3D array. More...
| array::array_proxy | slice (int index) | 
| Returns a reference to a matrix in a volume. | |
| const array::array_proxy | slice (int index) const | 
| Returns a reference to a matrix in a volume. | |
| array::array_proxy | slices (int first, int last) | 
| Returns a reference to a matrix in a volume. | |
| const array::array_proxy | slices (int first, int last) const | 
| Returns a reference to a matrix in a volume. | |
Gets a reference of a matrix in a 3D array.
This function returns a slice or a set of slices from a two dimensional array. The reference can be used for indexing into and assignment of values to the array object.
| array::array_proxy slice | ( | int | index | ) | 
Returns a reference to a matrix in a volume.
This function returns a slice or a set of slices from a two dimensional array. The reference can be used for indexing into and assignment of values to the array object.
| [in] | index | is the index of the slice to be returned | 
| const array::array_proxy slice | ( | int | index | ) | const | 
Returns a reference to a matrix in a volume.
This function returns a slice or a set of slices from a two dimensional array. The reference can be used for indexing into and assignment of values to the array object.
| [in] | index | is the index of the slice to be returned | 
| array::array_proxy slices | ( | int | first, | 
| int | last ) | 
Returns a reference to a matrix in a volume.
This function returns a slice or a set of slices from a two dimensional array. The reference can be used for indexing into and assignment of values to the array object.
| [in] | first | is the index of the slices to be returned | 
| [in] | last | is the index of the slices to be returned | 
| const array::array_proxy slices | ( | int | first, | 
| int | last ) const | 
Returns a reference to a matrix in a volume.
This function returns a slice or a set of slices from a two dimensional array. The reference can be used for indexing into and assignment of values to the array object.
| [in] | first | is the index of the slices to be returned | 
| [in] | last | is the index of the slices to be returned |