API Reference > OdRcs Classes > OdRcsVoxelIterator Class
OdRcsVoxelIterator Class
OdRcsVoxelIterator
Syntax
C++
class OdRcsVoxelIterator;

OdRcsVoxelIterator.h

This is an interface class for the voxel data iterator that enables getting voxels from a scan database.

Corresponding C++ library: RcsFileServices.

 
Name 
Description 
 
Default destructor for objects of the OdRcsVoxelIterator class. 
 
Name 
Description 
 
done 
details Indicates whether the traversal by this iterator object is complete. 
 
Returns the pointer to the voxel that is currently pointed at by the voxel data iterator. 
 
Moves the current position to the beginning of the voxel data. 
 
step 
Moves the current position to the next record of the voxel data. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.