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

#include <DbPointCloudHostPE.h>

Inheritance diagram for OdDbPointCloudExHostPE:
OdRxObject

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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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 OdRxClassdesc ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ OdDbPointCloudExHostPE()

OdDbPointCloudExHostPE::OdDbPointCloudExHostPE ( )
inline

Default constructor for objects of the OdDbPointCloudExHostPE class.

Definition at line 426 of file DbPointCloudHostPE.h.

Member Function Documentation

◆ loadRcp()

virtual OdResult OdDbPointCloudExHostPE::loadRcp ( const OdString strPath,
OdDbPointCloudExItemPtr item 
)
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.

Parameters
strPath[in] File path.
item[out] Pointer to the object of the class implementing the OdDbPointCloudExItem interface for the specified file.
Returns
Status of the operation as the OdResult value.
Remarks
Not implemented. If called, returns eNotImplemented.

◆ loadRcs()

virtual OdResult OdDbPointCloudExHostPE::loadRcs ( const OdString strPath,
OdDbPointCloudExItemPtr item 
)
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.

Parameters
strPath[in] File path.
item[out] Pointer to the object of the class implementing the OdDbPointCloudExItem interface for the specified file.
Returns
Status of the operation as the OdResult value.
Remarks
Not implemented. If called, returns eNotImplemented.

◆ ODRX_DECLARE_MEMBERS()

OdDbPointCloudExHostPE::ODRX_DECLARE_MEMBERS ( OdDbPointCloudExHostPE  )

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