CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
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 nPoints, OdGiPointCloudCellId nCellId)
 

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 ()
 

Detailed Description

Point cloud data receiver.

<group OdGi_Classes>

Definition at line 299 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 336 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 308 of file GiPointCloud.h.

◆ detachFilter()

OdGiPointCloudFilterPtr OdGiPointCloudReceiver::detachFilter ( )
inlineprotected

Definition at line 310 of file GiPointCloud.h.

◆ numPointsTotal()

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

Definition at line 313 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 344 of file GiPointCloud.h.

◆ removePointsImpl()

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

Definition at line 322 of file GiPointCloud.h.

Member Data Documentation

◆ m_comps

OdGiPointCloud::ComponentsRawArray OdGiPointCloudReceiver::m_comps
protected

Definition at line 303 of file GiPointCloud.h.

◆ m_pFilter

OdGiPointCloudFilterPtr OdGiPointCloudReceiver::m_pFilter
protected

Definition at line 302 of file GiPointCloud.h.


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