|
CFx SDK Documentation 2026 SP0
|
#include <GiPointCloud.h>
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 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 |
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 OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
|
inline |
Definition at line 423 of file GiPointCloud.h.
|
protectedpure virtual |
Implemented in OdGiPointCloudExtentsReceiver.
|
inlineprotected |
Definition at line 395 of file GiPointCloud.h.
|
inlineprotected |
Definition at line 397 of file GiPointCloud.h.
|
inlineprotected |
Definition at line 400 of file GiPointCloud.h.
| OdGiPointCloudReceiver::ODRX_DECLARE_MEMBERS | ( | OdGiPointCloudReceiver | ) |
|
inline |
Definition at line 431 of file GiPointCloud.h.
|
inlineprotectedvirtual |
Definition at line 409 of file GiPointCloud.h.
|
protected |
Definition at line 390 of file GiPointCloud.h.
|
protected |
Definition at line 389 of file GiPointCloud.h.