#include <OdRcsVoxelIterator.h>
<group OdRcs_Classes>
This is an interface class for the voxel data iterator that enables getting voxels from a scan database.
Definition at line 46 of file OdRcsVoxelIterator.h.
◆ ~OdRcsVoxelIterator()
virtual OdRcsVoxelIterator::~OdRcsVoxelIterator |
( |
| ) |
|
|
inlinevirtual |
◆ done()
virtual bool OdRcsVoxelIterator::done |
( |
| ) |
const |
|
pure virtual |
details Indicates whether the traversal by this iterator object is complete.
- Returns
- True if the traversal by this iterator object is complete; false otherwise.
◆ getVoxel()
Returns the pointer to the voxel that is currently pointed at by the voxel data iterator.
- Returns
- The pointer to the current voxel.
◆ start()
virtual void OdRcsVoxelIterator::start |
( |
| ) |
|
|
pure virtual |
Moves the current position to the beginning of the voxel data.
◆ step()
virtual void OdRcsVoxelIterator::step |
( |
| ) |
|
|
pure virtual |
Moves the current position to the next record of the voxel data.
The documentation for this class was generated from the following file: