#include <OdPointCloudConverter.h>
<group OdRx_Classes>
This is an interface class to iterate through the source points.
Definition at line 119 of file OdPointCloudConverter.h.
◆ ~OdSourcePointIterator()
virtual OdSourcePointIterator::~OdSourcePointIterator |
( |
| ) |
|
|
inlinevirtual |
◆ done()
virtual bool OdSourcePointIterator::done |
( |
| ) |
const |
|
pure virtual |
Indicates whether the traversal by this iterator object is complete.
- Returns
- True if the traversal by this iterator object is complete; false otherwise.
◆ getPoint()
virtual bool OdSourcePointIterator::getPoint |
( |
OdSourcePoint & |
point | ) |
|
|
pure virtual |
Gets the source point that is currently pointed at by the source point data iterator. The iterator object steps forward after getting the point.
- Parameters
-
point | [out] Resulting source point. |
- Returns
- Point data correctness flag: true – data is correct; false – otherwise.
◆ start()
virtual void OdSourcePointIterator::start |
( |
| ) |
|
|
pure virtual |
Moves the current iterator position to the beginning of the point data within the data source.
The documentation for this class was generated from the following file: