|
CFx SDK Documentation
2023 SP0
|
#include <RxRcsFileServices.h>
Public Member Functions | |
| virtual | ~OdRcsVoxelDataIterator () |
| virtual OdRcsVoxelPtr | getVoxel ()=0 |
| virtual void | start ()=0 |
| virtual bool | done () const =0 |
<group OdRcs_Classes> This class is an interface class for the voxel data iterator that enables getting voxels from an .rcs file.
Corresponding C++ library: RcsFileServices
Definition at line 114 of file RxRcsFileServices.h.
|
inlinevirtual |
Definition at line 117 of file RxRcsFileServices.h.
|
pure virtual |
details Returns true if and only if the traversal by this Iterator object is complete.
|
pure virtual |
Returns the pointer to the current voxel. The iterator object steps forward.
|
pure virtual |
Moves the current position to the beginning of the voxel data.