List of all members.
Public Member Functions |
| | Array3DSubSelection (int start0, int start1, int start2, int sz0, int sz1, int sz2, Array3D< T > &data) |
| T | get (int, int, int) const |
| void | set (int, int, int, T) |
| bool | isOK () const |
| const Array3DInfo & | info () const |
Protected Attributes |
| int | start_ [3] |
| Array3DInfoImpl | info_ |
| Array3D< T > & | src_ |
Detailed Description
template<class T>
class Array3DSubSelection< T >
Makes a subselection of an Array3D cube.
Constructor & Destructor Documentation
- Parameters:
-
| start0 | position of the subselection in data. |
| start1 | position of the subselection in data. |
| start2 | position of the subselection in data. |
| sz0 | size of the subselection. |
| sz1 | size of the subselection. |
| sz2 | size of the subselection. |
| data | The array in which the subselection is done. |
Member Function Documentation
Member Data Documentation