CFx SDK Documentation 2024 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 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 OdRxClass * | desc () |
|
inline |
Definition at line 336 of file GiPointCloud.h.
|
protectedpure virtual |
Implemented in OdGiPointCloudExtentsReceiver.
|
inlineprotected |
Definition at line 308 of file GiPointCloud.h.
|
inlineprotected |
Definition at line 310 of file GiPointCloud.h.
|
inlineprotected |
Definition at line 313 of file GiPointCloud.h.
OdGiPointCloudReceiver::ODRX_DECLARE_MEMBERS | ( | OdGiPointCloudReceiver | ) |
|
inline |
Definition at line 344 of file GiPointCloud.h.
|
inlineprotectedvirtual |
Definition at line 322 of file GiPointCloud.h.
|
protected |
Definition at line 303 of file GiPointCloud.h.
|
protected |
Definition at line 302 of file GiPointCloud.h.