CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdDbGeoDataChunks Class Reference

#include <OdDbGeoDataDrawingPE.h>

Inheritance diagram for OdDbGeoDataChunks:
OdGiDrawable OdRxObject

Public Member Functions

virtual void setGsNode (OdGsCache *pGsNode) override
 
virtual OdGsCachegsNode () const override
 
virtual bool isPersistent () const override
 
virtual OdDbStub * id () const override
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *pTraits) const override
 
virtual bool subWorldDraw (OdGiWorldDraw *pWd) const override
 
virtual void subViewportDraw (OdGiViewportDraw *pVd) const override
 
 ~OdDbGeoDataChunks ()
 
- Public Member Functions inherited from OdGiDrawable
 ODRX_DECLARE_MEMBERS (OdGiDrawable)
 
virtual DrawableType drawableType () const
 
ODRX_SEALED_VIRTUAL OdUInt32 setAttributes (OdGiDrawableTraits *pTraits) const ODRX_FINAL
 
ODRX_SEALED_VIRTUAL bool worldDraw (OdGiWorldDraw *pWd) const ODRX_FINAL
 
ODRX_SEALED_VIRTUAL void viewportDraw (OdGiViewportDraw *pVd) const ODRX_FINAL
 
ODRX_SEALED_VIRTUAL OdUInt32 viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_FINAL
 
virtual OdResult getGeomExtents (OdGeExtents3d &extents) const
 
ODRX_SEALED_VIRTUAL OdUInt32 regenSupportFlags () const ODRX_FINAL
 
- 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
 

Static Public Member Functions

static OdDbGeoDataChunksPtr createObject ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
static void rxInit ()
 
static void rxUninit ()
 

Protected Member Functions

 OdDbGeoDataChunks ()
 
- Protected Member Functions inherited from OdGiDrawable
 OdGiDrawable ()
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 

Additional Inherited Members

- 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 , kEnvironmentBackground = 16 , kCustomBackground
}
 

Detailed Description

This class represents implementation of OdGiDrawable, that is used to draw chunks of images of OdDbGeoData.

<group OdDb_Classes>

Definition at line 96 of file OdDbGeoDataDrawingPE.h.

Constructor & Destructor Documentation

◆ OdDbGeoDataChunks()

OdDbGeoDataChunks::OdDbGeoDataChunks ( )
protected

◆ ~OdDbGeoDataChunks()

OdDbGeoDataChunks::~OdDbGeoDataChunks ( )

Virtual destructor.

Member Function Documentation

◆ createObject()

static OdDbGeoDataChunksPtr OdDbGeoDataChunks::createObject ( )
inlinestatic

It is the pseudo-constructor that creates an instance of this class and returns the typified smart pointer to it.

Definition at line 119 of file OdDbGeoDataDrawingPE.h.

◆ gsNode()

virtual OdGsCache * OdDbGeoDataChunks::gsNode ( ) const
inlineoverridevirtual

Retrieves the OdGsCache associated with this object.

Returns
Pointer to the OdGsCache that represents cache associated with this object.

Implements OdGiDrawable.

Definition at line 104 of file OdDbGeoDataDrawingPE.h.

◆ id()

virtual OdDbStub * OdDbGeoDataChunks::id ( ) const
inlineoverridevirtual

Retrieves the database ID of this object.

Returns
pointer to OdDbStub which represents a database identifier of this object.
Remarks
Returns a null pointer if this object is not persistent.

Implements OdGiDrawable.

Definition at line 106 of file OdDbGeoDataDrawingPE.h.

◆ isPersistent()

virtual bool OdDbGeoDataChunks::isPersistent ( ) const
inlineoverridevirtual

Checks whether this object is persistent (stored in a database).

Returns
true this object is persistent (stored in a database), false otherwise.

Implements OdGiDrawable.

Definition at line 105 of file OdDbGeoDataDrawingPE.h.

◆ setGsNode()

virtual void OdDbGeoDataChunks::setGsNode ( OdGsCache * pGsNode)
inlineoverridevirtual

Assigns the specified OdGsCache to this object.

Parameters
pGsNode[in] Pointer to the OdGsCache to be assigned.

Implements OdGiDrawable.

Definition at line 103 of file OdDbGeoDataDrawingPE.h.

◆ subSetAttributes()

virtual OdUInt32 OdDbGeoDataChunks::subSetAttributes ( OdGiDrawableTraits * pTraits) const
overridevirtual

Implements OdGiDrawable.

◆ subViewportDraw()

virtual void OdDbGeoDataChunks::subViewportDraw ( OdGiViewportDraw * pVd) const
overridevirtual

Implements OdGiDrawable.

◆ subWorldDraw()

virtual bool OdDbGeoDataChunks::subWorldDraw ( OdGiWorldDraw * pWd) const
overridevirtual

Implements OdGiDrawable.


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