| CFx SDK Documentation
    2020SP3
    | 
#include <RxRcsFileServices.h>
| Public Member Functions | |
| virtual | ~OdRcsPointDataIterator () | 
| virtual void | start ()=0 | 
| virtual bool | done () const =0 | 
| virtual OdUInt64 | getPoints (OdGePoint3dArray &points, OdCmEntityColorArray &colorArray, OdUInt64 requiredQty)=0 | 
<group OdRcs_Classes> This class is an interface class for the points data iterator that enables getting points from a voxel.
Corresponding C++ library: RcsFileServices
Definition at line 48 of file RxRcsFileServices.h.
| 
 | inlinevirtual | 
Definition at line 51 of file RxRcsFileServices.h.
| 
 | pure virtual | 
Returns true if and only if the traversal by this Iterator object is complete.
| 
 | pure virtual | 
Fills the coordinates and colors arrays. The iterator object steps forward.
| requiredQty | [in] Required number of points to obtain. | 
| points | [out] Points coordinates array to fill. | 
| colorArray | [out] Points colors array to fill. | 
| 
 | pure virtual | 
 Moves the current position to the beginning of the points data within the current voxel.