CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdGsCache Class Referenceabstract

#include <GsModel.h>

Inheritance diagram for OdGsCache:
OdRxObject OdGsRedirectionHelper< OdGsCache > OdGsNode OdGsCacheRedirectionNode OdGsBlockNode OdGsContainerNode OdGsEntityNode OdGsLayerNode OdGsMaterialNode OdGsBlockReferenceNode OdGsLightNode OdGsMInsertBlockNode

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdGsCache)
 
virtual OdGsModelmodel () const =0
 
virtual void setDrawableNull ()=0
 
virtual bool extents (OdGeExtents3d &extents) const =0
 
- 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 ()
 

Detailed Description

Corresponding C++ library: TD_Gs

<group OdGs_Classes>

Definition at line 39 of file GsModel.h.

Member Function Documentation

◆ extents()

virtual bool OdGsCache::extents ( OdGeExtents3d extents) const
pure virtual

Returns the extents of the underlying GiDrawable object(s) associated with this Cache object.

Parameters
extents[out] Receives the extents.
Returns
Returns true if and only if the GiDrawable object(s) have extents.

Implemented in OdGsBlockNode, OdGsLayerNode, OdGsMaterialNode, OdGsCacheRedirectionNode, OdGsContainerNode, and OdGsEntityNode.

◆ model()

virtual OdGsModel * OdGsCache::model ( ) const
pure virtual

Returns pointer to the Model object associated with this Cache object.

Implemented in OdGsCacheRedirectionNode, and OdGsNode.

◆ ODRX_DECLARE_MEMBERS()

OdGsCache::ODRX_DECLARE_MEMBERS ( OdGsCache  )

◆ setDrawableNull()

virtual void OdGsCache::setDrawableNull ( )
pure virtual

Reset pointer to the underlying GiDrawable object associated with this Cache object.

Implemented in OdGsCacheRedirectionNode, and OdGsNode.


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