CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
OdDbPointCloudEx Class Reference

#include <DbPointCloudEx.h>

Inheritance diagram for OdDbPointCloudEx:
OdDbEntity OdDbObject OdGiDrawable OdRxObject

Public Types

enum  StylizationType {
  kTrueColor = 1 , kSingleColor , kNormalRamp , kHeightRamp ,
  kIntensityRamp , kClassificationRamp
}
 
enum  DisplayOptionOutOfRange { kUseMinMaxColors = 0 , kUseRGBScanColors , kHidePoints }
 
- Public Types inherited from OdDbEntity
enum  VisualStyleType { kFullVisualStyle , kFaceVisualStyle , kEdgeVisualStyle }
 
- 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 ,
  kDrawableNotAllowLCS = 32768 , kDrawableMergeControlOff = 65536 , kLastFlag = kDrawableMergeControlOff
}
 
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 (OdDbPointCloudEx)
 
 OdDbPointCloudEx ()
 
 ~OdDbPointCloudEx ()
 
OdDbObjectId pointCloudDefExId () const
 
void setPointCloudDefExId (const OdDbObjectId pointCloudDefExId)
 
OdDbObjectId reactorId () const
 
void setReactorId (const OdDbObjectId pointCloudDefReactorExId)
 
bool locked () const
 
void setLocked (bool bLocked)
 
double scale () const
 
void setScale (double scale)
 
double rotation () const
 
void setRotation (double newRotation)
 
OdGePoint3d location () const
 
void setLocation (OdGePoint3d newLocation)
 
void getNativeCloudExtent (OdGeExtents3d &extents) const
 
unsigned int getVisiblePointCount (OdGeExtents3d extents)
 
unsigned int getLoadedVisiblePointCount (OdGeExtents3d extents)
 
unsigned int getDisplayedVisiblePointCount (OdGeExtents3d extents)
 
bool getActiveFileName (OdString &fileName) const
 
bool setActiveFileName (const OdChar *strActiveFileName)
 
OdString getPointCloudName () const
 
OdResult setPointCloudName (const OdString &name)
 
OdDbPointCloudCroppinggetConstPointCloudCropping (int index)
 
OdDbPointCloudCropping const * getConstPointCloudCropping (int index) const
 
void addCroppingBoundary (OdDbPointCloudCropping const &boundary)
 
OdResult clearCropping ()
 
OdResult removeLastCropping ()
 
OdUInt32 getCroppingCount () const
 
bool getCroppingInvert () const
 
OdResult setCroppingInvert (bool bInvert)
 
OdResult setInCreatingCroppingMode (bool bCreating)
 
bool showCropping () const
 
OdResult setShowCropping (bool bShowCropping)
 
StylizationType stylizationType () const
 
OdResult setStylizationType (StylizationType type)
 
OdString getCurrentColorScheme () const
 
OdResult setCurrentColorScheme (const OdString &guid)
 
OdString getColorSchemeForStylization (StylizationType type) const
 
OdResult setColorSchemeForStylization (const OdString &guid, StylizationType type)
 
bool showIntensityAsGradient () const
 
void setShowIntensityAsGradient (bool bShowAsGradient)
 
OdInt32 minIntensity () const
 
OdInt32 maxIntensity () const
 
OdResult setMinMaxIntensity (OdInt32 min, OdInt32 max)
 
DisplayOptionOutOfRange intensityOutOfRangeBehavior () const
 
void setIntensityOutOfRangeBehavior (DisplayOptionOutOfRange displayOption)
 
bool showElevationAsGradient () const
 
void setShowElevationAsGradient (bool bShowAsGradient)
 
double minElevation () const
 
double maxElevation () const
 
OdResult setMinMaxElevation (double min, double max)
 
bool elevationApplyToFixedRange () const
 
void setElevationApplyToFixedRange (bool bFixedRange)
 
DisplayOptionOutOfRange elevationOutOfRangeBehavior () const
 
void setElevationOutOfRangeBehavior (DisplayOptionOutOfRange displayOption)
 
OdResult subTransformBy (const OdGeMatrix3d &xform)
 
bool subWorldDraw (OdGiWorldDraw *pWd) const
 
void subViewportDraw (OdGiViewportDraw *pVd) const
 
virtual OdResult subGetGeomExtents (OdGeExtents3d &extents) const
 
virtual OdResult dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (OdDbDxfFiler *pFiler) const
 
virtual void subClose ()
 
- Public Member Functions inherited from OdDbEntity
 ODDB_DECLARE_MEMBERS (OdDbEntity)
 
 OdDbEntity ()
 
OdDbObjectId blockId () const
 
OdCmColor color () const
 
virtual OdResult setColor (const OdCmColor &color, bool doSubents=true)
 
OdUInt16 colorIndex () const
 
virtual OdCmEntityColor entityColor () const
 
virtual OdResult setColorIndex (OdUInt16 colorIndex, bool doSubents=true)
 
OdDbObjectId colorId () const
 
virtual OdResult setColorId (OdDbObjectId colorId, bool doSubents=true)
 
OdCmTransparency transparency () const
 
virtual OdResult setTransparency (const OdCmTransparency &transparency, bool doSubents=true)
 
OdString plotStyleName () const
 
OdDb::PlotStyleNameType getPlotStyleNameId (OdDbObjectId &plotStyleNameId) const
 
virtual OdResult setPlotStyleName (const OdString &plotStyleName, bool doSubents=true)
 
virtual OdResult setPlotStyleName (OdDb::PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId=OdDbObjectId::kNull, bool doSubents=true)
 
OdString layer () const
 
OdDbObjectId layerId () const
 
virtual OdResult setLayer (const OdString &layerName, bool doSubents=true, bool allowHiddenLayer=false)
 
virtual OdResult setLayer (OdDbObjectId layerId, bool doSubents=true, bool allowHiddenLayer=false)
 
OdString linetype () const
 
OdDbObjectId linetypeId () const
 
virtual OdResult setLinetype (const OdString &linetypeName, bool doSubents=true)
 
virtual OdResult setLinetype (OdDbObjectId linetypeID, bool doSubents=true)
 
OdString material () const
 
OdDbObjectId materialId () const
 
virtual OdResult setMaterial (const OdString &materialName, bool doSubents=true)
 
virtual OdResult setMaterial (OdDbObjectId materialID, bool doSubents=true)
 
OdDbObjectId visualStyleId (VisualStyleType vstype=kFullVisualStyle) const
 
virtual OdResult setVisualStyle (OdDbObjectId visualStyleId, VisualStyleType vstype=kFullVisualStyle, bool doSubents=true)
 
virtual const OdGiMappermaterialMapper () const
 
virtual void setMaterialMapper (const OdGiMapper *mapper, bool doSubents=true)
 
double linetypeScale () const
 
virtual OdResult setLinetypeScale (double linetypeScale, bool doSubents=true)
 
OdDb::Visibility visibility () const
 
ODRX_SEALED_VIRTUAL OdResult setVisibility (OdDb::Visibility visibility, bool doSubents=true) ODRX_SEALED
 
OdDb::Visibility tempVisibility () const
 
void setTempVisibility (OdDb::Visibility visibility)
 
OdDb::LineWeight lineWeight () const
 
virtual OdResult setLineWeight (OdDb::LineWeight lineWeight, bool doSubents=true)
 
virtual bool castShadows () const
 
virtual void setCastShadows (bool castShadows)
 
virtual bool receiveShadows () const
 
virtual void setReceiveShadows (bool receiveShadows)
 
virtual OdDb::CollisionType collisionType () const
 
void setPropertiesFrom (const OdDbEntity *pSource, bool doSubents=true)
 
virtual bool isPlanar () const
 
virtual OdResult getPlane (OdGePlane &plane, OdDb::Planarity &planarity) const
 
void subHandOverTo (OdDbObject *pNewObject)
 
ODRX_SEALED_VIRTUAL OdResult transformBy (const OdGeMatrix3d &xfm) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getTransformedCopy (const OdGeMatrix3d &xfm, OdDbEntityPtr &pCopy) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult explode (OdRxObjectPtrArray &entitySet) const ODRX_SEALED
 
virtual OdResult explodeToBlock (OdDbBlockTableRecord *pBlockRecord, OdDbObjectIdArray *ids=0)
 
virtual OdResult explodeGeometry (OdRxObjectPtrArray &entitySet) const
 
virtual OdResult explodeGeometryToBlock (OdDbBlockTableRecord *pBlockRecord, OdDbObjectIdArray *ids=0)
 
virtual bool subWorldDraw (OdGiWorldDraw *pWd) const
 
virtual void subViewportDraw (OdGiViewportDraw *pVd) const
 
void setDatabaseDefaults (OdDbDatabase *pDb=0, bool doSubents=false)
 
virtual void subSetDatabaseDefaults (OdDbDatabase *pDb, bool doSubents)
 
virtual void applyPartialUndo (OdDbDwgFiler *pUndoFiler, OdRxClass *pClassObj)
 
virtual OdResult dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
void appendToOwner (OdDbIdPair &idPair, OdDbObject *pOwnerObject, OdDbIdMapping &ownerIdMap)
 
virtual OdResult dxfIn (OdDbDxfFiler *pFiler)
 
virtual void dxfOut (OdDbDxfFiler *pFiler) const
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (OdDbDxfFiler *pFiler) const
 
virtual OdResult dxfInFields_R12 (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields_R12 (OdDbDxfFiler *pFiler) const
 
virtual OdGiDrawabledrawable ()
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *pTraits) const
 
virtual void subList () const
 
virtual OdResult subGetClassID (void *pClsid) const
 
void subSwapIdWith (const OdDbObjectId &otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual OdResult subErase (bool erasing) ODRX_OVERRIDE
 
virtual OdResult subOpen (OdDb::OpenMode mode) ODRX_OVERRIDE
 
void recordGraphicsModified (bool graphicsModified=true)
 
virtual void copyFrom (const OdRxObject *pSource)
 
ODRX_SEALED_VIRTUAL void list () const ODRX_SEALED
 
virtual OdResult getGeomExtents (OdGeExtents3d &extents) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL void highlight (bool bDoIt=true, const OdDbFullSubentPath *pSubId=0, bool highlightAll=false) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getOsnapPoints (OdDb::OsnapMode osnapMode, OdGsMarker gsSelectionMark, const OdGePoint3d &pickPoint, const OdGePoint3d &lastPoint, const OdGeMatrix3d &xWorldToEye, OdGePoint3dArray &snapPoints) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getOsnapPoints (OdDb::OsnapMode osnapMode, OdGsMarker gsSelectionMark, const OdGePoint3d &pickPoint, const OdGePoint3d &lastPoint, const OdGeMatrix3d &xWorldToEye, OdGePoint3dArray &snapPoints, const OdGeMatrix3d &insertionMat) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool isContentSnappable () const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getGripPoints (OdGePoint3dArray &gripPoints) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult moveGripPointsAt (const OdIntArray &indices, const OdGeVector3d &offset) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getGripPoints (OdDbGripDataPtrArray &grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d &curViewDir, const int bitFlags) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult moveGripPointsAt (const OdDbVoidPtrArray &grips, const OdGeVector3d &offset, int bitFlags) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getStretchPoints (OdGePoint3dArray &stretchPoints) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult moveStretchPointsAt (const OdIntArray &indices, const OdGeVector3d &offset) ODRX_SEALED
 
virtual void dragStatus (const OdDb::DragStat status)
 
ODRX_SEALED_VIRTUAL void gripStatus (const OdDb::GripStat status) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool cloneMeForDragging () ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool hideMeForDragging () const ODRX_SEALED
 
virtual void saveAs (OdGiWorldDraw *pWd, OdDb::DwgVersion ver) const
 
ODRX_SEALED_VIRTUAL OdResult getCompoundObjectTransform (OdGeMatrix3d &xM) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult intersectWith (const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult intersectWith (const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const ODRX_SEALED
 
OdResult boundingBoxIntersectWith (const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const
 
OdResult boundingBoxIntersectWith (const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const
 
ODRX_SEALED_VIRTUAL OdResult getSubentPathsAtGsMarker (OdDb::SubentType type, OdGsMarker gsMark, const OdGePoint3d &pickPoint, const OdGeMatrix3d &xfm, OdDbFullSubentPathArray &subentPaths, const OdDbObjectIdArray *pEntAndInsertStack=0) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getGsMarkersAtSubentPath (const OdDbFullSubentPath &subPath, OdGsMarkerArray &gsMarkers) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getGripPointsAtSubentPath (const OdDbFullSubentPath &path, OdDbGripDataPtrArray &grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d &curViewDir, const OdUInt32 bitflags) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult moveGripPointsAtSubentPaths (const OdDbFullSubentPathArray &paths, const OdDbVoidPtrArray &gripAppData, const OdGeVector3d &offset, const OdUInt32 bitflags) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult deleteSubentPaths (const OdDbFullSubentPathArray &paths) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult addSubentPaths (const OdDbFullSubentPathArray &paths) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdDbEntityPtr subentPtr (const OdDbFullSubentPath &path) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult transformSubentPathsBy (const OdDbFullSubentPathArray &paths, const OdGeMatrix3d &xform) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getSubentClassId (const OdDbFullSubentPath &path, void *clsId) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdResult getSubentPathGeomExtents (const OdDbFullSubentPath &path, OdGeExtents3d &extents) ODRX_SEALED
 
ODRX_SEALED_VIRTUAL void subentGripStatus (OdDb::GripStat status, const OdDbFullSubentPath &subentity) ODRX_SEALED
 
virtual OdGeMatrix3d getEcs () 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 dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (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 &idMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr wblockClone (OdDbIdMapping &idMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
virtual void appendToOwner (OdDbIdPair &idPair, OdDbObject *pOwnerObject, OdDbIdMapping &idMap)
 
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
 
virtual bool isPersistent () const =0
 
virtual OdDbStub * id () const =0
 
virtual void setGsNode (OdGsCache *pGsNode)=0
 
virtual OdGsCachegsNode () const =0
 
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
 
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 OdRxClassdesc ()
 
- Protected Member Functions inherited from OdDbEntity
virtual OdDbObjectPtr subWblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *, bool bPrimary) const ODRX_OVERRIDE
 
virtual OdDbObjectPtr subDeepClone (OdDbIdMapping &ownerIdMap, OdDbObject *, bool bPrimary) const ODRX_OVERRIDE
 
virtual OdResult subTransformBy (const OdGeMatrix3d &xfm)
 
virtual OdResult subGetTransformedCopy (const OdGeMatrix3d &xfm, OdDbEntityPtr &pCopy) const
 
virtual OdResult subExplode (OdRxObjectPtrArray &entitySet) const
 
virtual OdResult subGetCompoundObjectTransform (OdGeMatrix3d &xM) const
 
virtual bool subCloneMeForDragging ()
 
virtual bool subHideMeForDragging () const
 
virtual void subGripStatus (const OdDb::GripStat status)
 
virtual OdResult subGetOsnapPoints (OdDb::OsnapMode osnapMode, OdGsMarker gsSelectionMark, const OdGePoint3d &pickPoint, const OdGePoint3d &lastPoint, const OdGeMatrix3d &xWorldToEye, OdGePoint3dArray &snapPoints) const
 
virtual OdResult subGetOsnapPoints (OdDb::OsnapMode osnapMode, OdGsMarker gsSelectionMark, const OdGePoint3d &pickPoint, const OdGePoint3d &lastPoint, const OdGeMatrix3d &xWorldToEye, OdGePoint3dArray &snapPoints, const OdGeMatrix3d &insertionMat) const
 
virtual bool subIsContentSnappable () const
 
virtual OdResult subGetGripPoints (OdGePoint3dArray &gripPoints) const
 
virtual OdResult subMoveGripPointsAt (const OdIntArray &indices, const OdGeVector3d &offset)
 
virtual OdResult subGetGripPoints (OdDbGripDataPtrArray &grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d &curViewDir, const int bitFlags) const
 
virtual OdResult subMoveGripPointsAt (const OdDbVoidPtrArray &grips, const OdGeVector3d &offset, int bitFlags)
 
virtual OdResult subGetStretchPoints (OdGePoint3dArray &stretchPoints) const
 
virtual OdResult subMoveStretchPointsAt (const OdIntArray &indices, const OdGeVector3d &offset)
 
virtual OdResult subIntersectWith (const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const
 
virtual OdResult subIntersectWith (const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const
 
virtual void subHighlight (bool bDoIt=true, const OdDbFullSubentPath *pSubId=0, bool highlightAll=false) const
 
virtual OdDb::Visibility subVisibility () const
 
virtual OdResult subSetVisibility (OdDb::Visibility visibility, bool doSubents=true)
 
virtual OdResult subGetGeomExtents (OdGeExtents3d &extents) const
 
virtual OdResult subDeleteSubentPaths (const OdDbFullSubentPathArray &paths)
 
virtual OdResult subAddSubentPaths (const OdDbFullSubentPathArray &paths)
 
virtual OdResult subMoveGripPointsAtSubentPaths (const OdDbFullSubentPathArray &paths, const OdDbVoidPtrArray &gripAppData, const OdGeVector3d &offset, const OdUInt32 bitflags)
 
virtual OdResult subGetGripPointsAtSubentPath (const OdDbFullSubentPath &path, OdDbGripDataPtrArray &grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d &curViewDir, const OdUInt32 bitflags) const
 
virtual OdResult subGetSubentPathsAtGsMarker (OdDb::SubentType type, OdGsMarker gsMark, const OdGePoint3d &pickPoint, const OdGeMatrix3d &xfm, OdDbFullSubentPathArray &subentPaths, const OdDbObjectIdArray *pEntAndInsertStack=0) const
 
virtual OdResult subGetGsMarkersAtSubentPath (const OdDbFullSubentPath &subPath, OdGsMarkerArray &gsMarkers) const
 
virtual OdDbEntityPtr subSubentPtr (const OdDbFullSubentPath &path) const
 
virtual OdResult subTransformSubentPathsBy (const OdDbFullSubentPathArray &paths, const OdGeMatrix3d &xform)
 
virtual OdResult subGetSubentClassId (const OdDbFullSubentPath &path, void *clsId) const
 
virtual OdResult subGetSubentPathGeomExtents (const OdDbFullSubentPath &path, OdGeExtents3d &extents) const
 
virtual void subSubentGripStatus (OdDb::GripStat status, const OdDbFullSubentPath &subentity)
 
- 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 subSetAttributes (OdGiDrawableTraits *traits) const =0
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const =0
 
virtual void subViewportDraw (OdGiViewportDraw *vd) const =0
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 
- Protected Attributes inherited from OdDbObject
OdDbObjectImplm_pImpl
 

Detailed Description

This class represents PointCloudEx entities in an OdDbDatabase instance.

Corresponding C++ library: AcDbPointCloudObj

<group OdDbPointCloud_Classes>

Definition at line 41 of file DbPointCloudEx.h.

Member Enumeration Documentation

◆ DisplayOptionOutOfRange

This enumeration represents various types of behaviour when an option (intensity of elevation) is out of range.

Enumerator
kUseMinMaxColors 
kUseRGBScanColors 
kHidePoints 

Definition at line 360 of file DbPointCloudEx.h.

◆ StylizationType

This enumeration represents various stylization types for point cloud entities.

Enumerator
kTrueColor 
kSingleColor 
kNormalRamp 
kHeightRamp 
kIntensityRamp 
kClassificationRamp 

Definition at line 268 of file DbPointCloudEx.h.

Constructor & Destructor Documentation

◆ OdDbPointCloudEx()

OdDbPointCloudEx::OdDbPointCloudEx ( )

Default constructor. Creates an empty point cloud entity.

◆ ~OdDbPointCloudEx()

OdDbPointCloudEx::~OdDbPointCloudEx ( )
inline

Destructor.

Definition at line 57 of file DbPointCloudEx.h.

Member Function Documentation

◆ addCroppingBoundary()

void OdDbPointCloudEx::addCroppingBoundary ( OdDbPointCloudCropping const &  boundary)

Adds a cropping boundary to the boundary array if it's valid.

Parameters
boundary[in] New cropping boundary to be added.

◆ clearCropping()

OdResult OdDbPointCloudEx::clearCropping ( )

Clears the cropping boundary array.

Returns
eOk.

◆ dwgInFields()

virtual OdResult OdDbPointCloudEx::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 OdDbEntity.

◆ dwgOutFields()

virtual void OdDbPointCloudEx::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 OdDbEntity.

◆ dxfInFields()

virtual OdResult OdDbPointCloudEx::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 OdDbEntity.

◆ dxfOutFields()

virtual void OdDbPointCloudEx::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 OdDbEntity.

◆ elevationApplyToFixedRange()

bool OdDbPointCloudEx::elevationApplyToFixedRange ( ) const

Checks if elevation is applied to a fixed range.

Returns
true if elevation is applied to a fixed range, false - otherwise.

◆ elevationOutOfRangeBehavior()

DisplayOptionOutOfRange OdDbPointCloudEx::elevationOutOfRangeBehavior ( ) const

Returns the behaviour that will be executed when elevation is out of range.

Remarks
Possible behaviours:
Name Value Description kUseMinMaxColors 0 UseMinMaxColors desc. kUseRGBScanColors 1 UseRGBScanColors desc. kHidePoints 2 HidePoints desc.

◆ getActiveFileName()

bool OdDbPointCloudEx::getActiveFileName ( OdString fileName) const

Retrieves the currently active file name.

Parameters
fileName[out] Output active file name.
Returns
true.

◆ getColorSchemeForStylization()

OdString OdDbPointCloudEx::getColorSchemeForStylization ( StylizationType  type) const

◆ getConstPointCloudCropping() [1/2]

OdDbPointCloudCropping * OdDbPointCloudEx::getConstPointCloudCropping ( int  index)

Returns the current point cloud cropping.

Parameters
index[in]
Returns
NULL if index if greater than the array size. Pointer to the OdDbPointCloudCropping element with specified index from an array - otherwise.

◆ getConstPointCloudCropping() [2/2]

OdDbPointCloudCropping const * OdDbPointCloudEx::getConstPointCloudCropping ( int  index) const

Returns the current point cloud cropping.

Parameters
index[in]
Returns
NULL if index if greater than the array size. Pointer to the OdDbPointCloudCropping element with specified index from an array - otherwise.

◆ getCroppingCount()

OdUInt32 OdDbPointCloudEx::getCroppingCount ( ) const

NOT IMPLEMENTED

◆ getCroppingInvert()

bool OdDbPointCloudEx::getCroppingInvert ( ) const

NOT IMPLEMENTED

◆ getCurrentColorScheme()

OdString OdDbPointCloudEx::getCurrentColorScheme ( ) const

Retrieves the current color scheme. if the current stylization type is one of the following:

kHeightRamp kClassificationRamp

Returns
The current color scheme if the current stylization type is one of the following:
kHeightRamp kClassificationRamp
Empty string otherwise.

◆ getDisplayedVisiblePointCount()

unsigned int OdDbPointCloudEx::getDisplayedVisiblePointCount ( OdGeExtents3d  extents)

NOT IMPLEMENTED

◆ getLoadedVisiblePointCount()

unsigned int OdDbPointCloudEx::getLoadedVisiblePointCount ( OdGeExtents3d  extents)

NOT IMPLEMENTED

◆ getNativeCloudExtent()

void OdDbPointCloudEx::getNativeCloudExtent ( OdGeExtents3d extents) const

Returns native cloud extents.

Parameters
extents[out] Output extents.

◆ getPointCloudName()

OdString OdDbPointCloudEx::getPointCloudName ( ) const

Returns the name of the saved file.

◆ getVisiblePointCount()

unsigned int OdDbPointCloudEx::getVisiblePointCount ( OdGeExtents3d  extents)

NOT IMPLEMENTED

◆ intensityOutOfRangeBehavior()

DisplayOptionOutOfRange OdDbPointCloudEx::intensityOutOfRangeBehavior ( ) const

Returns the behaviour that will be executed when intensity is out of range.

Remarks
Possible behaviours:
Name Value Description kUseMinMaxColors 0 UseMinMaxColors desc. kUseRGBScanColors 1 UseRGBScanColors desc. kHidePoints 2 HidePoints desc.

◆ location()

OdGePoint3d OdDbPointCloudEx::location ( ) const

Returns the 3d point, that the represents the translation values in the transformation matrix.

◆ locked()

bool OdDbPointCloudEx::locked ( ) const

Returns true if the point cloud entity ex is locked or false otherwise.

◆ maxElevation()

double OdDbPointCloudEx::maxElevation ( ) const

Returns the current maximal elevation.

◆ maxIntensity()

OdInt32 OdDbPointCloudEx::maxIntensity ( ) const

Returns the current value of maximal intensity.

◆ minElevation()

double OdDbPointCloudEx::minElevation ( ) const

Returns the current minimal elevation.

◆ minIntensity()

OdInt32 OdDbPointCloudEx::minIntensity ( ) const

Returns the current value of minimal intensity.

◆ ODDB_DECLARE_MEMBERS()

OdDbPointCloudEx::ODDB_DECLARE_MEMBERS ( OdDbPointCloudEx  )

◆ pointCloudDefExId()

OdDbObjectId OdDbPointCloudEx::pointCloudDefExId ( ) const

Returns the Object ID of the OdDbPointCloudDefEx object associated with this point cloud ex entity.

◆ reactorId()

OdDbObjectId OdDbPointCloudEx::reactorId ( ) const

Returns the Object ID of the OdDbPointCloudDefReactorEx object associated with this point cloud ex entity.

Remarks
Each OdDbPointCloudEx object must have an OdDbPointCloudDefReactorEx associated with the OdDbPointCloudDefEx object it is using.

◆ removeLastCropping()

OdResult OdDbPointCloudEx::removeLastCropping ( )

Removes the last cropping boundary from the array.

Returns
eOk.

◆ rotation()

double OdDbPointCloudEx::rotation ( ) const

Returns the current rotation angle value.

◆ scale()

double OdDbPointCloudEx::scale ( ) const

Returns the current scaling multiplier.

◆ setActiveFileName()

bool OdDbPointCloudEx::setActiveFileName ( const OdChar strActiveFileName)

Sets an active file name.

Parameters
strActiveFileName[in] New active file name.
Returns
true.

◆ setColorSchemeForStylization()

OdResult OdDbPointCloudEx::setColorSchemeForStylization ( const OdString guid,
StylizationType  type 
)

◆ setCroppingInvert()

OdResult OdDbPointCloudEx::setCroppingInvert ( bool  bInvert)

NOT IMPLEMENTED

◆ setCurrentColorScheme()

OdResult OdDbPointCloudEx::setCurrentColorScheme ( const OdString guid)

Sets new color scheme f the current stylization type is one of the following:

kHeightRamp kClassificationRamp

Parameters
guid[in] New color scheme to be set.
Returns
eOk if the operation completed successfully, or an appropriate error code otherwise.

◆ setElevationApplyToFixedRange()

void OdDbPointCloudEx::setElevationApplyToFixedRange ( bool  bFixedRange)

Sets a flag whether to apply elevation to a fixed range.

Parameters
bFixedRange[in] Flag value.

◆ setElevationOutOfRangeBehavior()

void OdDbPointCloudEx::setElevationOutOfRangeBehavior ( DisplayOptionOutOfRange  displayOption)

Sets the behaviour that will be executed when elevation is out of range.

Parameters
displayOption[in] Enum value associated with the behaviour.
Remarks
Possible behaviours:
Name Value Description kUseMinMaxColors 0 UseMinMaxColors desc. kUseRGBScanColors 1 UseRGBScanColors desc. kHidePoints 2 HidePoints desc.

◆ setInCreatingCroppingMode()

OdResult OdDbPointCloudEx::setInCreatingCroppingMode ( bool  bCreating)

NOT IMPLEMENTED

◆ setIntensityOutOfRangeBehavior()

void OdDbPointCloudEx::setIntensityOutOfRangeBehavior ( DisplayOptionOutOfRange  displayOption)

Sets the behaviour that will be executed when intensity is out of range.

Parameters
displayOption[in] Enum value associated with the behaviour.
Remarks
Possible behaviours:
Name Value Description kUseMinMaxColors 0 UseMinMaxColors desc. kUseRGBScanColors 1 UseRGBScanColors desc. kHidePoints 2 HidePoints desc.

◆ setLocation()

void OdDbPointCloudEx::setLocation ( OdGePoint3d  newLocation)

Sets new translation values to the transformation matrix.

Parameters
newLocation[in] New translation values as a point.

◆ setLocked()

void OdDbPointCloudEx::setLocked ( bool  bLocked)

Sets the point cloud entity ex to be locked.

◆ setMinMaxElevation()

OdResult OdDbPointCloudEx::setMinMaxElevation ( double  min,
double  max 
)

Sets minimal and maximal elevation.

Parameters
min[in] New minimal elevation.
max[in] New maximal elevation.
Returns
eOk if the operation completed successfully, or an appropriate error code otherwise.

◆ setMinMaxIntensity()

OdResult OdDbPointCloudEx::setMinMaxIntensity ( OdInt32  min,
OdInt32  max 
)

Sets minimal and maximal intensity.

Parameters
min[in] New minimal intensity.
max[in] New maximal intensity.
Returns
eOk if the operation completed successfully, or an appropriate error code otherwise.

◆ setPointCloudDefExId()

void OdDbPointCloudEx::setPointCloudDefExId ( const OdDbObjectId  pointCloudDefExId)

Sets the Object ID of the OdDbPointCloudDefEx object associated with this point cloud ex entity.

Parameters
pointCloudDefExId[in] Object ID of the point cloud ex to be associated with this point cloud ex entity.

◆ setPointCloudName()

OdResult OdDbPointCloudEx::setPointCloudName ( const OdString name)

Sets the name of the saved file.

Parameters
name[in] New saved file name.
Returns
eOk.

◆ setReactorId()

void OdDbPointCloudEx::setReactorId ( const OdDbObjectId  pointCloudDefReactorExId)

Sets the Object ID of the OdDbPointCloudDefReactorEx object associated with this point cloud entity.

Parameters
pointCloudDefReactorExId[in] Object ID of a reactor for this point cloud ex entity.
Remarks
Each OdDbPointCloudEx object must have an OdDbPointCloudDefReactorEx associated with the OdDbPointCloudDefEx object it is using.

◆ setRotation()

void OdDbPointCloudEx::setRotation ( double  newRotation)

Sets a new rotation angle value.

Parameters
newRotation[in] New rotation angle value.

◆ setScale()

void OdDbPointCloudEx::setScale ( double  scale)

Sets a new scaling multiplier.

Parameters
scale[in] New scaling multiplier.

◆ setShowCropping()

OdResult OdDbPointCloudEx::setShowCropping ( bool  bShowCropping)

Set whether this point cloud ex entity is displayed as clipped.

Parameters
bShowcropping[in] Value for option.
Returns
Returns eOk.

◆ setShowElevationAsGradient()

void OdDbPointCloudEx::setShowElevationAsGradient ( bool  bShowAsGradient)

Sets a falg whether to show elevation as gradient.

Parameters
bShowAsGradient[in] Flag value.

◆ setShowIntensityAsGradient()

void OdDbPointCloudEx::setShowIntensityAsGradient ( bool  bShowAsGradient)

Sets a flag whether to show intensity as gradient.

Parameters
bShowAsGradient[in] Flag value.

◆ setStylizationType()

OdResult OdDbPointCloudEx::setStylizationType ( StylizationType  type)

Sets new stylization type.

Parameters
type[in] Enum value of stylization type.
Returns
eOk if the opertation completed successfully, or an appropriate error code otherwise.
Remarks
Possible stylization type values:
Name Value Description kTrueColor 1 TrueColor description. kSingleColor 2 SingleColor description. kNormalRamp 3 NormalRamp description. kHeightRamp 4 HeightRamp desctiption. kIntensityRamp 5 IntensityRamp description. kClassificationRamp 6 ClassificationRamp description.

◆ showCropping()

bool OdDbPointCloudEx::showCropping ( ) const

Returns true only if this point cloud ex entity is displayed as clipped.

◆ showElevationAsGradient()

bool OdDbPointCloudEx::showElevationAsGradient ( ) const

Checks if the elevation is shown as gradient.

Returns
true if elevation is shows as gradient, false - otherwise.

◆ showIntensityAsGradient()

bool OdDbPointCloudEx::showIntensityAsGradient ( ) const

Checks if the intensity is shown as gradient.

Returns
true if intensity is shown as gradient, false - otherwise.

◆ stylizationType()

StylizationType OdDbPointCloudEx::stylizationType ( ) const

Returns the current stylization type.

Remarks
Possible stylization type values:
Name Value Description kTrueColor 1 TrueColor description. kSingleColor 2 SingleColor description. kNormalRamp 3 NormalRamp description. kHeightRamp 4 HeightRamp desctiption. kIntensityRamp 5 IntensityRamp description. kClassificationRamp 6 ClassificationRamp description.

◆ subClose()

virtual void OdDbPointCloudEx::subClose ( )
virtual

Called as the first operation as this object is being closed, for database -resident objects only.

Remarks
This function is notified just before the current open operation is to be closed, giving this function the ability to perform necessary operatons.

When overriding this function:

1) If the OdDbObject's state is incorrect, throw exception.

2) Call parent class's subClose().

3) If other actions are required before close, do them.

The default implementation of this function does nothing. This function can be overridden in custom classes.

Reimplemented from OdDbObject.

◆ subGetGeomExtents()

virtual OdResult OdDbPointCloudEx::subGetGeomExtents ( OdGeExtents3d extents) const
virtual

Retrieves geometrical extents affected by current transformation.

Parameters
extents[out] Geometrical extents.
Returns
Returns eOk.

Reimplemented from OdDbEntity.

◆ subTransformBy()

OdResult OdDbPointCloudEx::subTransformBy ( const OdGeMatrix3d xform)
virtual

Applies a transformation matrix to this XData object. Only available if transformation is uniform.

Parameters
xform[in] Transformation matrix to be applied.
Returns
eOk if the operation completed successfully, or an appropriate error code otherwise

Reimplemented from OdDbEntity.

◆ subViewportDraw()

void OdDbPointCloudEx::subViewportDraw ( OdGiViewportDraw pVd) const
virtual

Reimplemented from OdDbEntity.

◆ subWorldDraw()

bool OdDbPointCloudEx::subWorldDraw ( OdGiWorldDraw pWd) const
virtual

Reimplemented from OdDbEntity.


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