| CFx SDK Documentation 2024 SP0
    | 
#include <DbPointCloudHostPE.h>
 
  
| Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbPointCloudExScanItem) | |
| virtual | ~OdDbPointCloudExScanItem () | 
| virtual bool | hasRGB () const =0 | 
| virtual bool | hasNormals () const =0 | 
| virtual bool | hasIntensity () const =0 | 
| virtual OdString | getScanId () const =0 | 
|  Public Member Functions inherited from OdDbPointCloudExItem | |
| ODRX_DECLARE_MEMBERS (OdDbPointCloudExItem) | |
| virtual | ~OdDbPointCloudExItem () | 
| virtual OdGeExtents3d | extents () const =0 | 
| virtual OdUInt64 | pointsCount () const =0 | 
| virtual bool | worldDrawPoints (OdGiWorldDraw *pWd) const =0 | 
| virtual void | viewportDrawPoints (OdGiViewportDraw *pVd) const =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 class represents an interface of an OdDbPointCloudEx object within the ODA Drawings vectorization framework. The class is designed to work with a separate scan. This kind of an OdDbPointCloudEx object links a .rcs file.
Definition at line 190 of file DbPointCloudHostPE.h.
| 
 | inlinevirtual | 
Default destructor for objects of the OdDbPointCloudExScanItem class.
Definition at line 200 of file DbPointCloudHostPE.h.
| 
 | pure virtual | 
Returns the ID string of the linked scan.
| 
 | pure virtual | 
Returns the value of the hasIntensity flag which indicates whether the linked scan has the kIntensity property.
| 
 | pure virtual | 
Returns the value of the hasNormals flag which indicates whether the linked scan has the kNormal property.
| 
 | pure virtual | 
Returns the value of the hasRGB flag which indicates whether the linked scan has the kColor property.
| OdDbPointCloudExScanItem::ODRX_DECLARE_MEMBERS | ( | OdDbPointCloudExScanItem | ) |