|
| | DataCube ()=default |
| |
| | DataCube (uint32 inSize) |
| |
| NdArray< dtype > & | at (uint32 inIndex) |
| |
| const NdArray< dtype > & | at (uint32 inIndex) const |
| |
| NdArray< dtype > & | back () noexcept |
| |
| const_iterator | begin () const noexcept |
| |
| iterator | begin () noexcept |
| |
| const_iterator | cbegin () const noexcept |
| |
| const_iterator | cend () const noexcept |
| |
| void | dump (const std::string &inFilename) const |
| |
| const_iterator | end () const noexcept |
| |
| iterator | end () noexcept |
| |
| NdArray< dtype > & | front () noexcept |
| |
| bool | isempty () noexcept |
| |
| const NdArray< dtype > & | operator[] (uint32 inIndex) const noexcept |
| |
| NdArray< dtype > & | operator[] (uint32 inIndex) noexcept |
| |
| void | pop_back () noexcept |
| |
| void | push_back (const NdArray< dtype > &inArray) |
| |
| const Shape & | shape () const noexcept |
| |
| uint32 | sizeZ () const noexcept |
| |
| NdArray< dtype > | sliceZ (int32 inIndex, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZ (int32 inRow, int32 inCol, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZ (int32 inRow, Slice inCol, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZ (Slice inRow, int32 inCol, Slice inSliceZ) const |
| |
| DataCube< dtype > | sliceZ (Slice inRow, Slice inCol, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZAll (int32 inIndex) const |
| |
| NdArray< dtype > | sliceZAll (int32 inRow, int32 inCol) const |
| |
| NdArray< dtype > | sliceZAll (int32 inRow, Slice inCol) const |
| |
| NdArray< dtype > | sliceZAll (Slice inRow, int32 inCol) const |
| |
| DataCube< dtype > | sliceZAll (Slice inRow, Slice inCol) const |
| |
| NdArray< dtype > | sliceZAllat (int32 inIndex) const |
| |
| NdArray< dtype > | sliceZAllat (int32 inRow, int32 inCol) const |
| |
| NdArray< dtype > | sliceZAllat (int32 inRow, Slice inCol) const |
| |
| NdArray< dtype > | sliceZAllat (Slice inRow, int32 inCol) const |
| |
| DataCube< dtype > | sliceZAllat (Slice inRow, Slice inCol) const |
| |
| NdArray< dtype > | sliceZat (int32 inIndex, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZat (int32 inRow, int32 inCol, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZat (int32 inRow, Slice inCol, Slice inSliceZ) const |
| |
| NdArray< dtype > | sliceZat (Slice inRow, int32 inCol, Slice inSliceZ) const |
| |
| DataCube< dtype > | sliceZat (Slice inRow, Slice inCol, Slice inSliceZ) const |
| |
Convenience container for holding a uniform array of NdArrays.