CFx SDK Documentation 2024 SP0
|
#include <OdPointCloudConverter.h>
Public Member Functions | |
virtual | ~OdPointCloudConverter () |
virtual void | convertToRcsFormat (const OdString &rcsFilePath, bool bMTMode=true)=0 |
<group OdRcs_Classes>
This is an interface class that provides functionality for converting a user point cloud to an .rcs file.
Definition at line 229 of file OdPointCloudConverter.h.
|
inlinevirtual |
Destructor for the OdPointCloudConverter class.
Definition at line 236 of file OdPointCloudConverter.h.
|
pure virtual |
Converts a point cloud to an .rcs file.
rcsFilePath | [in] Path to the resulting .rcs file. |