#include <mlTSubImage.h>

Public Member Functions | |
| ConstTSubImageCursor (const TSubImage< DATATYPE > &subImage) | |
Getting the cursor position as const pointer to data. | |
| const DATATYPE * | getPointer () const |
| Returns current cursor position (i.e., return the memory address of the voxel the cursor points to). | |
| const DATATYPE * | getPointerWithOffset (const ImageVector &offset) const |
Returns cursor position of voxel given from current cursor shifted by offset. | |
| const DATATYPE * | getPointerWithOffset (MLint dx, MLint dy, MLint dz) const |
Returns cursor position of voxel given from current cursor shifted by (dx, dy, dz). | |
Deprecated | |
| const DATATYPE * | getCursorPos () const |
| const DATATYPE * | getCursorPos (const ImageVector &dp) const |
| const DATATYPE * | getCursorPos (MLint dx, MLint dy, MLint dz) const |
Definition at line 1679 of file mlTSubImage.h.
| ml::ConstTSubImageCursor< DATATYPE >::ConstTSubImageCursor | ( | const TSubImage< DATATYPE > & | subImage | ) | [inline] |
Definition at line 1684 of file mlTSubImage.h.
| const DATATYPE* ml::ConstTSubImageCursor< DATATYPE >::getCursorPos | ( | MLint | dx, | |
| MLint | dy, | |||
| MLint | dz | |||
| ) | const [inline] |
| const DATATYPE* ml::ConstTSubImageCursor< DATATYPE >::getCursorPos | ( | const ImageVector & | dp | ) | const [inline] |
| const DATATYPE* ml::ConstTSubImageCursor< DATATYPE >::getCursorPos | ( | ) | const [inline] |
| const DATATYPE* ml::ConstTSubImageCursor< DATATYPE >::getPointer | ( | ) | const [inline] |
Returns current cursor position (i.e., return the memory address of the voxel the cursor points to).
Definition at line 1692 of file mlTSubImage.h.
Referenced by ml::TSubImage< DATATYPE >::fillBordersWithInputValues().
| const DATATYPE* ml::ConstTSubImageCursor< DATATYPE >::getPointerWithOffset | ( | MLint | dx, | |
| MLint | dy, | |||
| MLint | dz | |||
| ) | const [inline] |
Returns cursor position of voxel given from current cursor shifted by (dx, dy, dz).
Definition at line 1696 of file mlTSubImage.h.
| const DATATYPE* ml::ConstTSubImageCursor< DATATYPE >::getPointerWithOffset | ( | const ImageVector & | offset | ) | const [inline] |
Returns cursor position of voxel given from current cursor shifted by offset.
Definition at line 1694 of file mlTSubImage.h.
1.5.8