|
CFx SDK Documentation 2026 SP0
|
#include <OdPointCloudConverter.h>
Public Types | |
| enum | ColorRange { kNoColorRange = -1 , kColorRange1 = 0 , kColorRange255 = 1 , kColorRange65280 = 2 } |
| 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 161 of file OdPointCloudConverter.h.
This enumeration represents how color components are stored for cloud data sources.
| Enumerator | |
|---|---|
| kNoColorRange | No color range is defined. |
| kColorRange1 | Color in [0, 1] |
| kColorRange255 | Color in [0, 255] |
| kColorRange65280 | Color in [0, 65280] |
Definition at line 168 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 183 of file OdPointCloudConverter.h.
|
inlinevirtual |
Destructor for the OdPointCloudDataSource class.
Definition at line 202 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.