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

#include <GiMaterial.h>

Inheritance diagram for OdGiMaterialTexture:
OdRxObject OdGiImageTexture OdGiProceduralTexture OdGiSceneTexture OdGiImageFileTexture OdGiRasterImageTexture OdGiGenericTexture OdGiMarbleTexture OdGiWoodTexture OdGiRasterImageFileTexture

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdGiMaterialTexture)
 
virtual bool operator== (const OdGiMaterialTexture &texture) const
 
- 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
 

Protected Member Functions

 OdGiMaterialTexture ()
 
 ~OdGiMaterialTexture ()
 

Additional Inherited Members

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

Detailed Description

This class defines material textures. Corresponding C++ library: TD_Gi <group OdGi_Classes>

See also
<link tv_working_with_attributes_materials, Work with Materials>

Definition at line 946 of file GiMaterial.h.

Constructor & Destructor Documentation

◆ OdGiMaterialTexture()

OdGiMaterialTexture::OdGiMaterialTexture ( )
inlineprotected

Definition at line 960 of file GiMaterial.h.

◆ ~OdGiMaterialTexture()

OdGiMaterialTexture::~OdGiMaterialTexture ( )
inlineprotected

Definition at line 961 of file GiMaterial.h.

Member Function Documentation

◆ ODRX_DECLARE_MEMBERS()

OdGiMaterialTexture::ODRX_DECLARE_MEMBERS ( OdGiMaterialTexture )

◆ operator==()

bool OdGiMaterialTexture::operator== ( const OdGiMaterialTexture & texture) const
inlinevirtual

Equality operator for the OdGiMaterialTexture class.

Parameters
mapper[in] Mapper to be compared.
Returns
true if the passed texture instance is the same instance as this texture, false otherwise.

Reimplemented in OdGiGenericTexture, OdGiImageFileTexture, OdGiMarbleTexture, OdGiRasterImageFileTexture, OdGiRasterImageTexture, OdGiSceneTexture, and OdGiWoodTexture.

Definition at line 964 of file GiMaterial.h.


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