CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OdGiPointCloudExtentsReceiver Class Reference

#include <GiPointCloud.h>

Inheritance diagram for OdGiPointCloudExtentsReceiver:
OdGiPointCloudReceiver OdRxObject

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdGiPointCloudExtentsReceiver)
 
const OdGeExtents3dgetExtents () const
 
void resetExtents ()
 
- Public Member Functions inherited from OdGiPointCloudReceiver
 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
 

Static Public Member Functions

static OdGiPointCloudReceiverPtr createObject (const OdGiPointCloudFilter *pFilter)
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Protected Member Functions

virtual bool addPointsImpl (const OdGiPointCloud::ComponentsRaw *pArrays, OdUInt32 nArrays, OdUInt32 compFlags, OdGiPointCloudCellId, const OdGeBoundBlock3d *pExtents)
 
- Protected Member Functions inherited from OdGiPointCloudReceiver
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

OdGeExtents3d m_extents
 
- Protected Attributes inherited from OdGiPointCloudReceiver
OdGiPointCloudFilterPtr m_pFilter
 
OdGiPointCloud::ComponentsRawArray m_comps
 

Detailed Description

Default implementation of point cloud data receiver for extents computation.

<group OdGi_Classes>

Definition at line 355 of file GiPointCloud.h.

Member Function Documentation

◆ addPointsImpl()

virtual bool OdGiPointCloudExtentsReceiver::addPointsImpl ( const OdGiPointCloud::ComponentsRaw pArrays,
OdUInt32  nArrays,
OdUInt32  compFlags,
OdGiPointCloudCellId  ,
const OdGeBoundBlock3d pExtents 
)
protectedvirtual

◆ createObject()

static OdGiPointCloudReceiverPtr OdGiPointCloudExtentsReceiver::createObject ( const OdGiPointCloudFilter pFilter)
inlinestatic

Definition at line 366 of file GiPointCloud.h.

◆ getExtents()

const OdGeExtents3d & OdGiPointCloudExtentsReceiver::getExtents ( ) const
inline

Definition at line 372 of file GiPointCloud.h.

◆ ODRX_DECLARE_MEMBERS()

OdGiPointCloudExtentsReceiver::ODRX_DECLARE_MEMBERS ( OdGiPointCloudExtentsReceiver  )

◆ resetExtents()

void OdGiPointCloudExtentsReceiver::resetExtents ( )
inline

Definition at line 373 of file GiPointCloud.h.

Member Data Documentation

◆ m_extents

OdGeExtents3d OdGiPointCloudExtentsReceiver::m_extents
protected

Definition at line 358 of file GiPointCloud.h.


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