#include <vlvoliterbase.h>
Inheritance diagram for vlVolIterBase< DataType >:

Public Member Functions | |
| virtual bool | set (const DataType &value)=0 |
| Set the value of voxel at current position. | |
| virtual bool | setRelative (const vlOffset &offset, const DataType &value)=0 |
| set value at a voxel offset from the current one | |
| virtual bool | setRelativeNBC (const vlOffset &offset, const DataType &value)=0 |
| Same as getRelative but with NBC = No Boundary Check, thus faster. | |
| virtual bool | setRelativeX (const int32 offset, const DataType &value)=0 |
| Set the voxel along X axis. | |
| virtual bool | setRelativeY (const int32 offset, const DataType &value)=0 |
| Set the voxel along Y axis. | |
| virtual bool | setRelativeZ (const int32 offset, const DataType &value)=0 |
| Set the voxel along Z axis. | |
| virtual bool | setNeighbor (const DataType &value)=0 |
| Set the current neighbor of the current voxel. | |
Definition at line 367 of file vlvoliterbase.h.
|
||||||||||
|
||||||||||
|
Implemented in vlVolIter< DataType, Layout >, vlVolIter< DataType, vlLayout::Generic >, vlVolIter< DataType, vlLayout::Linear >, and vlVolIter< DataType, vlLayout::VirtualCall >. |
|
||||||||||||||||
|
Implemented in vlVolIter< DataType, Layout >, vlVolIter< DataType, vlLayout::Generic >, vlVolIter< DataType, vlLayout::Linear >, and vlVolIter< DataType, vlLayout::VirtualCall >. |
|
||||||||||||||||
|
Implemented in vlVolIter< DataType, Layout >, vlVolIter< DataType, vlLayout::Generic >, vlVolIter< DataType, vlLayout::Linear >, and vlVolIter< DataType, vlLayout::VirtualCall >. |
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
1.3.3