CFx SDK Documentation 2024 SP0
|
#include <GiPointCloud.h>
Static Public Member Functions | |
static OdGiPointCloudReceiverPtr | createObject (const OdGiPointCloudFilter *pFilter) |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
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 |
Default implementation of point cloud data receiver for extents computation.
<group OdGi_Classes>
Definition at line 355 of file GiPointCloud.h.
|
protectedvirtual |
Implements OdGiPointCloudReceiver.
|
inlinestatic |
Definition at line 366 of file GiPointCloud.h.
|
inline |
Definition at line 372 of file GiPointCloud.h.
OdGiPointCloudExtentsReceiver::ODRX_DECLARE_MEMBERS | ( | OdGiPointCloudExtentsReceiver | ) |
|
inline |
Definition at line 373 of file GiPointCloud.h.
|
protected |
Definition at line 358 of file GiPointCloud.h.