#include <vlvoliterbase.h>
Inheritance diagram for vlVolIter< DataType, Layout >:

Public Member Functions | |
| vlVolIter (vlVolume *vol) | |
| Default constructor. | |
| vlVolIter (vlVolData *data) | |
| virtual | ~vlVolIter () |
| Default destructor. | |
| bool | set (const DataType &value) |
| Set the value of voxel at current position. | |
| bool | setRelative (const vlOffset &offset, const DataType &value) |
| set value at a voxel offset from the current one | |
| bool | setRelativeNBC (const vlOffset &offset, const DataType &value) |
| Same as getRelative but with NBC = No Boundary Check, thus faster. | |
| bool | setRelativeX (const int32 offset, const DataType &value) |
| Get the voxel along X axis. | |
| bool | setRelativeY (const int32 offset, const DataType &value) |
| Get the voxel along Y axis. | |
| bool | setRelativeZ (const int32 offset, const DataType &value) |
| Get the voxel along Z axis. | |
| bool | setNeighbor (const DataType &value) |
| Set the current neighbor of the current voxel. | |
Definition at line 557 of file vlvoliterbase.h.
|
||||||||||
|
Definition at line 562 of file vlvoliterbase.h. |
|
||||||||||
|
Definition at line 567 of file vlvoliterbase.h. |
|
|||||||||
|
Definition at line 573 of file vlvoliterbase.h. |
|
||||||||||
|
||||||||||
|
Implements vlVolIterBase< DataType >. |
|
||||||||||||||||
|
||||||||||||||||
|
Implements vlVolIterBase< DataType >. |
|
||||||||||||||||
|
Implements vlVolIterBase< DataType >. |
|
||||||||||||||||
|
Implements vlVolIterBase< DataType >. |
|
||||||||||||||||
|
Implements vlVolIterBase< DataType >. |
1.3.3