OdPointCloudScanIterator.h
This class is an interface class for the points cloud scan iterator that enables getting scans from a project.
Corresponding C++ library: RcsFileServices.
|
Name |
Description |
|
Default destructor for objects of the OdPointCloudScanIterator class. |
|
Name |
Description |
|
Returns true if and only if the traversal by this iterator object is complete. | |
|
Returns the pointer to the point cloud scan database that is currently pointed at by the iterator. | |
|
Gets the value of the IsVisible flag of the scan, currently pointed by the iterator. The flag indicates whether the scan is visible. | |
|
Gets the title of the scan, currently pointed by the iterator. | |
|
Returns the complete transformation matrix specified in the project data for the current scan pointed by the iterator. | |
|
Moves the current position to the beginning of the scan data within the current point cloud project database. | |
|
Moves forward the current position to the next record of the scan data within the current point cloud project database. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|