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

OdRcsVisibleVoxelsIterator.h

This is an interface class to iterate through the voxels visible in the current viewport.

 
Name 
Description 
 
Default destructor for objects of the OdRcsVisibleVoxelsIterator class. 
 
Name 
Description 
 
done 
details Indicates whether the traversal by this iterator object is complete. 
 
Returns the number of points by current LOD calculated for the visible voxel. 
 
Loads the voxel data from the voxel that is currently pointed at by the visible voxel data iterator.
 
 
Moves the current iterator position to the visible voxel in the current viewport that will be iterated first. 
 
step 
Pteps the current iterator position to the next visible voxel in the current viewport. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.