CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdGiPointCloudReceiver Class Referenceabstract

#include <GiPointCloud.h>

Inheritance diagram for OdGiPointCloudReceiver:
OdRxObject OdGiPointCloudExtentsReceiver

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdGiPointCloudReceiver)
 
bool addPoints (const OdGiPointCloud::ComponentsRaw *pArrays, OdUInt32 nArrays, OdUInt32 compFlags, OdGiPointCloudCellId nCellId=kGiPointCloudNegativeCellId, const OdGeBoundBlock3d *pExtents=NULL)
 
bool removePoints (OdUInt32 nPoints, OdGiPointCloudCellId nCellId=kGiPointCloudNegativeCellId)
 
- 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
 

Protected Member Functions

void attachFilter (const OdGiPointCloudFilter *pFilter)
 
OdGiPointCloudFilterPtr detachFilter ()
 
OdUInt32 numPointsTotal (const OdGiPointCloud::ComponentsRaw *pArrays, OdUInt32 nArrays) const
 
virtual bool addPointsImpl (const OdGiPointCloud::ComponentsRaw *pArrays, OdUInt32 nArrays, OdUInt32 compFlags, OdGiPointCloudCellId nCellId, const OdGeBoundBlock3d *pExtents)=0
 
virtual bool removePointsImpl (OdUInt32, OdGiPointCloudCellId)
 

Protected Attributes

OdGiPointCloudFilterPtr m_pFilter
 
OdGiPointCloud::ComponentsRawArray m_comps
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
static void rxInit ()
 
static void rxUninit ()
 

Detailed Description

Point cloud data receiver.

<group OdGi_Classes>

Definition at line 386 of file GiPointCloud.h.

Member Function Documentation

◆ addPoints()

bool OdGiPointCloudReceiver::addPoints ( const OdGiPointCloud::ComponentsRaw * pArrays,
OdUInt32 nArrays,
OdUInt32 compFlags,
OdGiPointCloudCellId nCellId = kGiPointCloudNegativeCellId,
const OdGeBoundBlock3d * pExtents = NULL )
inline

Definition at line 423 of file GiPointCloud.h.

◆ addPointsImpl()

virtual bool OdGiPointCloudReceiver::addPointsImpl ( const OdGiPointCloud::ComponentsRaw * pArrays,
OdUInt32 nArrays,
OdUInt32 compFlags,
OdGiPointCloudCellId nCellId,
const OdGeBoundBlock3d * pExtents )
protectedpure virtual

◆ attachFilter()

void OdGiPointCloudReceiver::attachFilter ( const OdGiPointCloudFilter * pFilter)
inlineprotected

Definition at line 395 of file GiPointCloud.h.

◆ detachFilter()

OdGiPointCloudFilterPtr OdGiPointCloudReceiver::detachFilter ( )
inlineprotected

Definition at line 397 of file GiPointCloud.h.

◆ numPointsTotal()

OdUInt32 OdGiPointCloudReceiver::numPointsTotal ( const OdGiPointCloud::ComponentsRaw * pArrays,
OdUInt32 nArrays ) const
inlineprotected

Definition at line 400 of file GiPointCloud.h.

◆ ODRX_DECLARE_MEMBERS()

OdGiPointCloudReceiver::ODRX_DECLARE_MEMBERS ( OdGiPointCloudReceiver )

◆ removePoints()

bool OdGiPointCloudReceiver::removePoints ( OdUInt32 nPoints,
OdGiPointCloudCellId nCellId = kGiPointCloudNegativeCellId )
inline

Definition at line 431 of file GiPointCloud.h.

◆ removePointsImpl()

virtual bool OdGiPointCloudReceiver::removePointsImpl ( OdUInt32 ,
OdGiPointCloudCellId  )
inlineprotectedvirtual

Definition at line 409 of file GiPointCloud.h.

Member Data Documentation

◆ m_comps

OdGiPointCloud::ComponentsRawArray OdGiPointCloudReceiver::m_comps
protected

Definition at line 390 of file GiPointCloud.h.

◆ m_pFilter

OdGiPointCloudFilterPtr OdGiPointCloudReceiver::m_pFilter
protected

Definition at line 389 of file GiPointCloud.h.


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