|
CFx SDK Documentation 2024 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) | |
| virtual bool | operator== (const OdGiMaterialTexture &texture) const |
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 () |
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 976 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 2316 of file GiMaterial.h.
| OdGiRasterImageTexture::ODRX_DECLARE_MEMBERS | ( | OdGiRasterImageTexture | ) |
|
inline |
Assignment operator for the OdGiRasterImageTexture class. Assigns raster image for the specifies texture and returns a reference to this image texture.
| texture | [in] Texture to be assigned. |
Definition at line 2310 of file GiMaterial.h.
|
inlinevirtual |
Equality operator for the OdGiRasterImageTexture class. The objects are equal if: the passed object is an image file texture. source file paths are equal
| texture | [in] Texture to be compared. |
Reimplemented from OdGiMaterialTexture.
Definition at line 2301 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the raster image of this object.
Definition at line 2295 of file GiMaterial.h.
|
inlinevirtual |
Sets a raster image to this object.
| pRasterImage | [in] Input raster image. |
Definition at line 2289 of file GiMaterial.h.