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

#include <OdPointCloudConverter.h>

Public Member Functions

virtual ~OdPointCloudConverter ()
 
virtual void convertToRcsFormat (const OdString &rcsFilePath, bool bMTMode=true)=0
 

Detailed Description

<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.

Constructor & Destructor Documentation

◆ ~OdPointCloudConverter()

virtual OdPointCloudConverter::~OdPointCloudConverter ( )
inlinevirtual

Destructor for the OdPointCloudConverter class.

Definition at line 236 of file OdPointCloudConverter.h.

Member Function Documentation

◆ convertToRcsFormat()

virtual void OdPointCloudConverter::convertToRcsFormat ( const OdString rcsFilePath,
bool  bMTMode = true 
)
pure virtual

Converts a point cloud to an .rcs file.

Parameters
rcsFilePath[in] Path to the resulting .rcs file.

The documentation for this class was generated from the following file: