CFx SDK Documentation 2024 SP0
|
#include <DbPointCloudHostPE.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdDbPointCloudExProjItem) | |
virtual | ~OdDbPointCloudExProjItem () |
virtual void | getAllRcsFilePaths (OdStringArray &list) const =0 |
virtual void | getAllRcsRelativeFilePaths (OdStringArray &list) const =0 |
virtual OdUInt64 | getTotalAmountOfScanItems () const =0 |
virtual OdUInt32 | getTotalRegionsCount () const =0 |
virtual OdUInt32 | getTotalScansCount () const =0 |
virtual OdString | getCoordinateSystemName () const =0 |
virtual OdInt8 | hasRGB () const =0 |
virtual OdInt8 | hasNormals () const =0 |
virtual OdInt8 | hasIntensity () const =0 |
virtual OdString | getRcsFilePath (const OdString &guid) const =0 |
virtual OdString | getRcsRelativeFilePath (const OdString &guid) const =0 |
Public Member Functions inherited from OdDbPointCloudExItem | |
ODRX_DECLARE_MEMBERS (OdDbPointCloudExItem) | |
virtual | ~OdDbPointCloudExItem () |
virtual OdGeExtents3d | extents () const =0 |
virtual OdUInt64 | pointsCount () const =0 |
virtual bool | worldDrawPoints (OdGiWorldDraw *pWd) const =0 |
virtual void | viewportDrawPoints (OdGiViewportDraw *pVd) const =0 |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
<group OdDbPointCloud_Classes>
This class represents an interface of an OdDbPointCloudEx object within the ODA Drawings vectorization framework. The class is designed to work with a project that combines multiple scans. This kind of an OdDbPointCloudEx object links a .rcp file.
Definition at line 251 of file DbPointCloudHostPE.h.
|
inlinevirtual |
Default destructor for objects of the OdDbPointCloudExProjItem class.
Definition at line 261 of file DbPointCloudHostPE.h.
|
pure virtual |
Gets the list of paths for all .rcs files of the project.
list | [in/out] An array of strings to be filled with paths to the .rcs files. |
|
pure virtual |
Gets the list of relative paths for all .rcs files of the project.
list | [in/out] An array of strings to be filled with relative paths to the .rcs files. |
|
pure virtual |
Gets the the coordinate system name of the point cloud project item.
|
pure virtual |
Gets the path for .rcs file with given ID.
guid | [in] ID of the file. |
|
pure virtual |
Gets the relative path for .rcs file with given ID.
guid | [in] ID of the file. |
|
pure virtual |
Gets the total amount of scan items within the project item.
|
pure virtual |
Gets the total amount of regions in the project.
|
pure virtual |
Gets the total amount of scans (.rcs files) linked to the project.
|
pure virtual |
Returns the value of the hasIntensity flag which indicates whether the contained scan items have the kIntensity property.
|
pure virtual |
Returns the value of the hasNormal flag which indicates whether the contained scan items have the kNormal property.
|
pure virtual |
Returns the value of the hasRGB flag which indicates whether the contained scan items have the kColor property.
OdDbPointCloudExProjItem::ODRX_DECLARE_MEMBERS | ( | OdDbPointCloudExProjItem | ) |