CFx SDK Documentation  2022 SP0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
OdDbPointCloudDefEx Class Reference

#include <DbPointCloudDefEx.h>

Inheritance diagram for OdDbPointCloudDefEx:
OdDbObject OdGiDrawable OdRxObject

Public Types

enum  PropState { kNone = -1 , kSome = 0 , kAll = 1 }
 
enum  Property {
  kColor = 1 , kIntensity = 2 , kClassification = 3 , kNormal = 4 ,
  kSegmentation = 5 , kGeoGraphic = 6
}
 
- Public Types inherited from OdGiDrawable
enum  SetAttributesFlags {
  kDrawableNone = 0 , kDrawableIsAnEntity = 1 , kDrawableUsesNesting = 2 , kDrawableIsCompoundObject = 4 ,
  kDrawableViewIndependentViewportDraw = 8 , kDrawableIsInvisible = 16 , kDrawableHasAttributes = 32 , kDrawableRegenTypeDependantGeometry = 64 ,
  kDrawableIsDimension = (kDrawableIsAnEntity + kDrawableIsCompoundObject + 128) , kDrawableRegenDraw = 256 , kDrawableStandardDisplaySingleLOD = 512 , kDrawableShadedDisplaySingleLOD = 1024 ,
  kDrawableViewDependentViewportDraw = 2048 , kDrawableBlockDependentViewportDraw = 4096 , kDrawableIsExternalReference = 8192 , kDrawableNotPlottable = 16384 ,
  kLastFlag = kDrawableNotPlottable
}
 
enum  DrawableType {
  kGeometry = 0 , kDistantLight = 1 , kPointLight = 2 , kSpotLight = 3 ,
  kAmbientLight , kSolidBackground , kGradientBackground , kImageBackground ,
  kGroundPlaneBackground , kViewport , kWebLight , kSkyBackground ,
  kImageBasedLightingBackground
}
 

Public Member Functions

 ODDB_DECLARE_MEMBERS (OdDbPointCloudDefEx)
 
 OdDbPointCloudDefEx ()
 
OdString sourceFileName () const
 
OdResult setSourceFileName (const OdString &)
 
const OdCharactiveFileName () const
 
OdResult setActiveFileName (const OdChar *pPathName)
 
const OdCharfileType () const
 
bool isLoaded () const
 
OdResult load ()
 
void unload ()
 
int entityCount (bool *pbLocked) const
 
OdUInt64 totalPointsCount () const
 
double defaultHeight () const
 
double defaultLength () const
 
double defaultWidth () const
 
OdResult extents (OdGeExtents3d &exts) const
 
OdUInt32 totalRegionsCount () const
 
OdUInt32 totalScansCount () const
 
OdString coordinateSystemName () const
 
OdString getRcsFilePath (const OdString &guid) const
 
void getAllRcsFilePaths (OdStringArray &list) const
 
PropState hasProperty (Property prop) const
 
OdResult createThumbnailBitmap (BITMAPINFO *&pBmpInfo, int width, int height) const
 
virtual OdResult dwgInFields (OdDbDwgFiler *)
 
virtual void dwgOutFields (OdDbDwgFiler *) const
 
virtual OdResult dxfInFields (OdDbDxfFiler *)
 
virtual void dxfOutFields (OdDbDxfFiler *) const
 
- Public Member Functions inherited from OdDbObject
 ODDB_DECLARE_MEMBERS (OdDbObject)
 
 ~OdDbObject ()
 
void addRef ()
 
void release ()
 
long numRefs () const
 
OdDbObjectId objectId () const
 
OdDbHandle getDbHandle () const
 
OdDbHandle handle () const
 
OdDbObjectId ownerId () const
 
virtual void setOwnerId (OdDbObjectId ownerId)
 
OdDbDatabasedatabase () const
 
void createExtensionDictionary ()
 
OdDbObjectId extensionDictionary () const
 
bool releaseExtensionDictionary ()
 
OdDbXrecordPtr createXrecord (const OdString &xrecordName, OdDb::DuplicateRecordCloning style=OdDb::kDrcIgnore)
 
void upgradeOpen ()
 
void downgradeOpen ()
 
void cancel ()
 
virtual OdResult subOpen (OdDb::OpenMode mode)
 
virtual void subClose ()
 
OdResult erase (bool eraseIt=true)
 
virtual OdResult subErase (bool erasing)
 
void handOverTo (OdDbObject *pNewObject, bool keepXData=true, bool keepExtDict=true)
 
virtual void subHandOverTo (OdDbObject *pNewObject)
 
void swapIdWith (OdDbObjectId otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void subSwapIdWith (const OdDbObjectId &otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void audit (OdDbAuditInfo *pAuditInfo)
 
void dwgIn (OdDbDwgFiler *pFiler)
 
void dwgOut (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfIn (OdDbDxfFiler *pFiler)
 
virtual void dxfOut (OdDbDxfFiler *pFiler) const
 
virtual OdResult dxfInFields_R12 (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields_R12 (OdDbDxfFiler *pFiler) const
 
virtual OdDb::DuplicateRecordCloning mergeStyle () const
 
virtual OdResBufPtr xData (const OdString &regappName=OdString::kEmpty) const
 
virtual void setXData (const OdResBuf *pRb)
 
bool isEraseStatusToggled () const
 
bool isErased () const
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
bool isNotifyEnabled () const
 
bool isModified () const
 
bool isModifiedXData () const
 
bool isModifiedGraphics () const
 
bool isNewObject () const
 
bool isNotifying () const
 
bool isUndoing () const
 
bool isReallyClosing () const
 
bool isDBRO () const
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
void assertNotifyEnabled () const
 
void disableUndoRecording (bool disable)
 
bool isUndoRecordingDisabled () const
 
OdDbDwgFilerundoFiler ()
 
virtual void applyPartialUndo (OdDbDwgFiler *pUndoFiler, OdRxClass *pClassObj)
 
void addReactor (OdDbObjectReactor *pReactor) const
 
void removeReactor (OdDbObjectReactor *pReactor) const
 
virtual void addPersistentReactor (const OdDbObjectId &objId)
 
virtual void removePersistentReactor (const OdDbObjectId &objId)
 
bool hasPersistentReactor (const OdDbObjectId &objId) const
 
OdDbObjectIdArray getPersistentReactors () const
 
OdDbObjectReactorArray getTransientReactors () const
 
virtual void recvPropagateModify (const OdDbObject *pSubObj)
 
virtual void xmitPropagateModify () const
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr deepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr wblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
virtual void appendToOwner (OdDbIdPair &idPair, OdDbObject *pOwnerObject, OdDbIdMapping &ownerIdMap)
 
void setOdDbObjectIdsInFlux ()
 
bool isOdDbObjectIdsInFlux () const
 
virtual void copied (const OdDbObject *pObject, const OdDbObject *pNewObject)
 
virtual void erased (const OdDbObject *pObject, bool erasing=true)
 
virtual void goodbye (const OdDbObject *pObject)
 
virtual void openedForModify (const OdDbObject *pObject)
 
virtual void modified (const OdDbObject *pObject)
 
virtual void subObjModified (const OdDbObject *pObject, const OdDbObject *pSubObj)
 
virtual void modifyUndone (const OdDbObject *pObject)
 
virtual void modifiedXData (const OdDbObject *pObject)
 
virtual void unappended (const OdDbObject *pObject)
 
virtual void reappended (const OdDbObject *pObject)
 
bool isAProxy () const
 
virtual void objectClosed (const OdDbObjectId &objectId)
 
virtual void modifiedGraphics (const OdDbObject *pObject)
 
virtual void copyFrom (const OdRxObject *pSource)
 
bool hasSaveVersionOverride () const
 
void setHasSaveVersionOverride (bool hasSaveVersionOverride)
 
virtual OdDb::DwgVersion getObjectSaveVersion (const OdDbFiler *pFiler, OdDb::MaintReleaseVer *pMaintVer=0) const
 
virtual OdDbObjectPtr decomposeForSave (OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
virtual OdDbObjectPtr decomposeForSave (OdDb::SaveType format, OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
void convertForSave (OdDb::DwgVersion ver)
 
virtual void composeForLoad (OdDb::SaveType format, OdDb::DwgVersion version, OdDbAuditInfo *pAuditInfo)
 
virtual OdGiDrawabledrawable ()
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *pTraits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *pWd) const
 
virtual void subViewportDraw (OdGiViewportDraw *pVd) const
 
virtual bool isPersistent () const
 
virtual OdDbStub * id () const
 
ODRX_SEALED_VIRTUAL OdResult getClassID (void *pClsid) const ODRX_SEALED
 
void setGsNode (OdGsCache *pNode)
 
OdGsCachegsNode () const
 
void xDataTransformBy (const OdGeMatrix3d &xfm)
 
bool hasFields () const
 
OdDbObjectId getField (const OdString &fieldName) const
 
OdDbObjectPtr getField (const OdString &fieldName, OdDb::OpenMode mode) const
 
virtual OdDbObjectId setField (const OdString &fieldName, OdDbField *pField)
 
virtual OdResult removeField (OdDbObjectId fieldId)
 
virtual OdDbObjectId removeField (const OdString &fieldName)
 
OdDbObjectId getFieldDictionary () const
 
OdDbObjectPtr getFieldDictionary (OdDb::OpenMode mode) const
 
virtual OdRxClasssaveAsClass (OdRxClass *pClass) const
 
- Public Member Functions inherited from OdGiDrawable
 ODRX_DECLARE_MEMBERS (OdGiDrawable)
 
virtual DrawableType drawableType () const
 
ODRX_SEALED_VIRTUAL OdUInt32 setAttributes (OdGiDrawableTraits *pTraits) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool worldDraw (OdGiWorldDraw *pWd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL void viewportDraw (OdGiViewportDraw *pVd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdUInt32 viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_SEALED
 
virtual OdResult getGeomExtents (OdGeExtents3d &extents) const
 
ODRX_SEALED_VIRTUAL OdUInt32 regenSupportFlags () const ODRX_SEALED
 
- 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
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Static Public Member Functions

static OdDbObjectId createPointCloudExDictionary (OdDbDatabase *pDb)
 
static OdDbObjectId pointCloudExDictionary (const OdDbDatabase *pDb)
 
static OdDbDictionarygetPointCloudExDictionary (OdDbPointCloudDefEx *pDefEx)
 
static int classVersion ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Additional Inherited Members

- Protected Member Functions inherited from OdDbObject
 OdDbObject ()
 
virtual OdResult subGetClassID (void *pClsid) const
 
virtual OdDbObjectPtr subDeepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
virtual OdDbObjectPtr subWblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
- Protected Member Functions inherited from OdGiDrawable
 OdGiDrawable ()
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 
- Protected Attributes inherited from OdDbObject
OdDbObjectImplm_pImpl
 

Detailed Description

<group OdDbPointCloud_Classes>

Definition at line 36 of file DbPointCloudDefEx.h.

Member Enumeration Documentation

◆ Property

Enumerator
kColor 
kIntensity 
kClassification 
kNormal 
kSegmentation 
kGeoGraphic 

Definition at line 48 of file DbPointCloudDefEx.h.

◆ PropState

Enumerator
kNone 
kSome 
kAll 

Definition at line 41 of file DbPointCloudDefEx.h.

Constructor & Destructor Documentation

◆ OdDbPointCloudDefEx()

OdDbPointCloudDefEx::OdDbPointCloudDefEx ( )

Default constructor. Constructs an empty OdDbPointCloudDefEx object.

Member Function Documentation

◆ activeFileName()

const OdChar* OdDbPointCloudDefEx::activeFileName ( ) const

Returns the path name of the actual point cloud file being currently used for this PointCloudEx Definition object.

Remarks
This PointCloudDef object must be open for reading.

◆ classVersion()

static int OdDbPointCloudDefEx::classVersion ( )
static

◆ coordinateSystemName()

OdString OdDbPointCloudDefEx::coordinateSystemName ( ) const


◆ createPointCloudExDictionary()

static OdDbObjectId OdDbPointCloudDefEx::createPointCloudExDictionary ( OdDbDatabase pDb)
static

Returns PointCloudEx Dictionary ID. Creates the dictionary, if one is not already present, in the specified OdDbDatabase instance.

Parameters
Db[in] The database.

◆ createThumbnailBitmap()

OdResult OdDbPointCloudDefEx::createThumbnailBitmap ( BITMAPINFO *&  pBmpInfo,
int  width,
int  height 
) const

NOT INPLEMENTED

◆ defaultHeight()

double OdDbPointCloudDefEx::defaultHeight ( ) const

Returns the default height of this OdDbPointCloudDefEx object.

◆ defaultLength()

double OdDbPointCloudDefEx::defaultLength ( ) const

Returns the default length of this OdDbPointCloudDefEx object.

◆ defaultWidth()

double OdDbPointCloudDefEx::defaultWidth ( ) const

Returns the default width of this OdDbPointCloudDefEx object.

◆ dwgInFields()

virtual OdResult OdDbPointCloudDefEx::dwgInFields ( OdDbDwgFiler pFiler)
virtual

Reads the .dwg file data of this object.

Parameters
pFiler[in] Filer object from which data are read.
Returns
Returns the filer status.

This function is called by dwgIn() to allow the object to read its data.

When overriding this function:

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dwgInFields(pFiler) returned. 4) Call the OdDbDwgFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Reimplemented from OdDbObject.

◆ dwgOutFields()

virtual void OdDbPointCloudDefEx::dwgOutFields ( OdDbDwgFiler pFiler) const
virtual

Writes the .dwg file data of this object.

Parameters
pFiler[in] Pointer to the filer to which data are written.
Remarks

This function is called by dwgIn() to allow the object to write its data.

When overriding this function:

1) Call assertReadEnabled(). 2) Call the parent class's dwgOutFields(pFiler). 3) Call the OdDbDwgFiler(pFiler) methods to write each of the object's data items in the order they were written.

Reimplemented from OdDbObject.

◆ dxfInFields()

virtual OdResult OdDbPointCloudDefEx::dxfInFields ( OdDbDxfFiler pFiler)
virtual

Reads the DXF data of this object.

Parameters
pFiler[in] Pointer to the filer from which data are read.
Returns
Returns the filer status.

This function is called by dxfIn() to allow the object to read its data.

When overriding this function:

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dxfInFields(pFiler) returned. 4) Call the OdDbDxfFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Reimplemented from OdDbObject.

◆ dxfOutFields()

virtual void OdDbPointCloudDefEx::dxfOutFields ( OdDbDxfFiler pFiler) const
virtual

Writes the DXF data of this object.

Parameters
pFiler[in] Pointer to the filer to which data are to be written.
Remarks

This function is called by dxfOut() to allow the object to write its data.

When overriding this function:

1) Call assertReadEnabled(). 2) Call the parent class's dxfOutFields(pFiler). 4) Use pFiler to call the OdDbDxfFiler methods to write each of the object's data items in the order they were written.

Reimplemented from OdDbObject.

◆ entityCount()

int OdDbPointCloudDefEx::entityCount ( bool *  pbLocked) const

Returns the number of OdDbPointCloudEx entities in the current drawing that are dependent upon this object.

Parameters
pbLocked[in] If it's non-zero, then this function will set the true value at that pointer if any dependent entities reside on locked layers, or set false otherwise.

◆ extents()

OdResult OdDbPointCloudDefEx::extents ( OdGeExtents3d exts) const

Calculates the extents of this OdDbPointCloudDefEx object.

Returns
Returns eOk if the extents are valid or eInvalidExtents otherwise.

◆ fileType()

const OdChar* OdDbPointCloudDefEx::fileType ( ) const

Returns the type of the source file containing the point cloud data for this PointCloudEx Definition object (as it is stored in file).

Remarks
This PointCloudDefEx object must be open for reading.

◆ getAllRcsFilePaths()

void OdDbPointCloudDefEx::getAllRcsFilePaths ( OdStringArray list) const


◆ getPointCloudExDictionary()

static OdDbDictionary* OdDbPointCloudDefEx::getPointCloudExDictionary ( OdDbPointCloudDefEx pDefEx)
static

◆ getRcsFilePath()

OdString OdDbPointCloudDefEx::getRcsFilePath ( const OdString guid) const


◆ hasProperty()

PropState OdDbPointCloudDefEx::hasProperty ( Property  prop) const


◆ isLoaded()

bool OdDbPointCloudDefEx::isLoaded ( ) const

Returns true if and only if the point cloud file for this PointCloudEx definition object is loaded.

◆ load()

OdResult OdDbPointCloudDefEx::load ( )

◆ ODDB_DECLARE_MEMBERS()

OdDbPointCloudDefEx::ODDB_DECLARE_MEMBERS ( OdDbPointCloudDefEx  )

◆ pointCloudExDictionary()

static OdDbObjectId OdDbPointCloudDefEx::pointCloudExDictionary ( const OdDbDatabase pDb)
static

Returns the Object ID of the point cloud dictionary in the specified OdDbDatabase instance.

Parameters
Db[in] The database.

◆ setActiveFileName()

OdResult OdDbPointCloudDefEx::setActiveFileName ( const OdChar pPathName)

Returns the path name of the actual point cloud file being currently used for this PointCloudEx Definition object.

Returns
Returns eOk if the file is accessible or eInvalidInput otherwise.

◆ setSourceFileName()

OdResult OdDbPointCloudDefEx::setSourceFileName ( const OdString )

Sets the name of the external file containing the point cloud ex data (.rcp or .rcs) for this PointCloudEx Definition object (as it is stored in file).

Returns
Returns eOk if the file is accessible or eInvalidInput otherwise.

◆ sourceFileName()

OdString OdDbPointCloudDefEx::sourceFileName ( ) const

Returns the name of the external file containing the point cloud ex data (.rcp or .rcs) for this PointCloudEx Definition object (as it is stored in file).

Remarks
This PointCloudDefEx object must be open for reading.

◆ totalPointsCount()

OdUInt64 OdDbPointCloudDefEx::totalPointsCount ( ) const

Returns the total number of points of this OdDbPointCloudDefEx object.

◆ totalRegionsCount()

OdUInt32 OdDbPointCloudDefEx::totalRegionsCount ( ) const


◆ totalScansCount()

OdUInt32 OdDbPointCloudDefEx::totalScansCount ( ) const


◆ unload()

void OdDbPointCloudDefEx::unload ( )

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