CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdSourcePointIterator Class Referenceabstract

#include <OdPointCloudConverter.h>

Public Member Functions

virtual ~OdSourcePointIterator ()
 
virtual void start ()=0
 
virtual bool done () const =0
 
virtual bool getPoint (OdSourcePoint &point)=0
 

Detailed Description

<group OdRx_Classes>

This is an interface class to iterate through the source points.

Definition at line 119 of file OdPointCloudConverter.h.

Constructor & Destructor Documentation

◆ ~OdSourcePointIterator()

virtual OdSourcePointIterator::~OdSourcePointIterator ( )
inlinevirtual

Destructor for the OdSourcePointIterator class.

Definition at line 126 of file OdPointCloudConverter.h.

Member Function Documentation

◆ 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: