|
CFx SDK Documentation 2024 SP0
|
#include <DbPointCloudHostPE.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbPointCloudExHostPE) | |
| OdDbPointCloudExHostPE () | |
| virtual OdResult | loadRcs (const OdString &strPath, OdDbPointCloudExItemPtr &item)=0 |
| virtual OdResult | loadRcp (const OdString &strPath, OdDbPointCloudExItemPtr &item)=0 |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
<group OdDbPointCloud_Classes>
This protocol extension, attached to the OdDbPointCloudDefEx class, returns a pointer to an object of the class implementing the OdDbPointCloudItem interface given a file path to a Point Cloud file.
Definition at line 416 of file DbPointCloudHostPE.h.
|
inline |
Default constructor for objects of the OdDbPointCloudExHostPE class.
Definition at line 426 of file DbPointCloudHostPE.h.
|
pure virtual |
Returns a pointer to an object of the class implementing the OdDbPointCloudItem interface given the path to a Point Cloud project file in .rcs format.
| strPath | [in] File path. |
| item | [out] Pointer to the object of the class implementing the OdDbPointCloudExItem interface for the specified file. |
|
pure virtual |
Returns a pointer to an object of the class implementing the OdDbPointCloudItem interface given the path to a Point Cloud scan file in .rcs format.
| strPath | [in] File path. |
| item | [out] Pointer to the object of the class implementing the OdDbPointCloudExItem interface for the specified file. |
| OdDbPointCloudExHostPE::ODRX_DECLARE_MEMBERS | ( | OdDbPointCloudExHostPE | ) |