CFx SDK Documentation
2022 SP0
|
#include <GiMaterial.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdGiRasterImageTexture) | |
virtual void | setRasterImage (const OdGiRasterImage *pRasterImage) |
virtual const OdGiRasterImage * | rasterImage () const |
virtual bool | operator== (const OdGiMaterialTexture &texture) const |
OdGiRasterImageTexture & | operator= (const OdGiRasterImageTexture &texture) |
void | copyFrom (const OdRxObject *pSource) |
Public Member Functions inherited from OdGiImageTexture | |
ODRX_DECLARE_MEMBERS (OdGiImageTexture) | |
Public Member Functions inherited from OdGiMaterialTexture | |
ODRX_DECLARE_MEMBERS (OdGiMaterialTexture) | |
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 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 () |
Protected Member Functions inherited from OdGiImageTexture | |
OdGiImageTexture () | |
~OdGiImageTexture () | |
Protected Member Functions inherited from OdGiMaterialTexture | |
OdGiMaterialTexture () | |
~OdGiMaterialTexture () | |
This class defines material textures based on raster images. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 797 of file GiMaterial.h.
|
inlinevirtual |
Copies the data of the source object to the current object.
pSource | [in] Input source object. |
Reimplemented from OdRxObject.
Definition at line 1825 of file GiMaterial.h.
OdGiRasterImageTexture::ODRX_DECLARE_MEMBERS | ( | OdGiRasterImageTexture | ) |
|
inline |
Definition at line 1819 of file GiMaterial.h.
|
inlinevirtual |
Reimplemented from OdGiMaterialTexture.
Definition at line 1810 of file GiMaterial.h.
|
inlinevirtual |
Returns the raster image of this object.
Definition at line 1804 of file GiMaterial.h.
|
inlinevirtual |
Sets a raster image to this object.
pRasterImage | [in] Input raster image. |
Definition at line 1798 of file GiMaterial.h.