CFx SDK Documentation 2024 SP0
|
#include <GsModel.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdGsCache) | |
virtual OdGsModel * | model () 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 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 () |
|
pure virtual |
Returns the extents of the underlying GiDrawable object(s) associated with this Cache object.
extents | [out] Receives the extents. |
Implemented in OdGsBlockNode, OdGsLayerNode, OdGsMaterialNode, OdGsCacheRedirectionNode, OdGsContainerNode, and OdGsEntityNode.
|
pure virtual |
Returns pointer to the Model object associated with this Cache object.
Implemented in OdGsCacheRedirectionNode, and OdGsNode.
OdGsCache::ODRX_DECLARE_MEMBERS | ( | OdGsCache | ) |
|
pure virtual |
Reset pointer to the underlying GiDrawable object associated with this Cache object.
Implemented in OdGsCacheRedirectionNode, and OdGsNode.