CFx SDK Documentation 2024 SP0
|
#include <DbPointCloudHostPE.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdDbPointCloudHostPE) | |
OdDbPointCloudHostPE () | |
virtual OdResult | load (const OdString &strPath, OdDbPointCloudItemPtr &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 OdDbPointCloudDef 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 376 of file DbPointCloudHostPE.h.
|
inline |
Default constructor for objects of the OdDbPointCloudHostPE class.
Definition at line 386 of file DbPointCloudHostPE.h.
|
pure virtual |
Returns a pointer to an object of the class implementing the OdDbPointCloudItem interface given a file path to a Point Cloud file.
strPath | [in] File path. |
item | [out] Pointer to the object of the class implementing the OdDbPointCloudItem interface for a specified file. |
OdDbPointCloudHostPE::ODRX_DECLARE_MEMBERS | ( | OdDbPointCloudHostPE | ) |