Iterator type for NiftiImageData
, with Element
as its value type.
More...
#include <NiftiImage.h>
Iterator type for NiftiImageData
, with Element
as its value type.
◆ Iterator() [1/2]
RNifti::NiftiImageData::Iterator::Iterator |
( |
const NiftiImageData & |
parent, |
|
|
void * |
ptr = NULL , |
|
|
const size_t |
step = 0 |
|
) |
| |
|
inline |
Primary constructor.
- Parameters
-
parent | A reference to the parent object |
ptr | An opaque pointer to the memory underpinning the iterator |
step | The increment between elements within the blob, in bytes. If zero, the default, the width associated with the stored datatype will be used. |
◆ Iterator() [2/2]
RNifti::NiftiImageData::Iterator::Iterator |
( |
const Iterator & |
other | ) |
|
|
inline |
Copy constructor.
- Parameters
-
The documentation for this class was generated from the following file: