|
CFx SDK Documentation 2024 SP0
|
#include <OdPointCloudConverter.h>
Public Types | |
| enum | Units { kMillimeter = 0 , kCentimeter , kMeter , kInch , kFeet , kUSFeet } |
Public Member Functions | |
| virtual | ~OdPointCloudDataSource () |
| virtual OdUInt64 | pointsCount () const =0 |
| virtual Units | getUnits () const =0 |
| virtual OdSourcePointIteratorPtr | newSourcePointIterator () const =0 |
<group OdRx_Classes>
This is an interface class for representing cloud data sources.
Definition at line 165 of file OdPointCloudConverter.h.
This enumeration represents measurement units for cloud data sources.
| Enumerator | |
|---|---|
| kMillimeter | Millimeters |
| kCentimeter | Centimeters |
| kMeter | Meters |
| kInch | Inches |
| kFeet | Feet |
| kUSFeet | US feet |
Definition at line 172 of file OdPointCloudConverter.h.
|
inlinevirtual |
Destructor for the OdPointCloudDataSource class.
Definition at line 191 of file OdPointCloudConverter.h.
|
pure virtual |
Gets the measurement unit used in the cloud data source.
|
pure virtual |
Creates a new source point iterator.
|
pure virtual |
Returns the total number of points in the cloud data source.