|
CFx SDK Documentation 2024 SP0
|
#include <GiMaterial.h>
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 combination of material textures based on raster image file and embedded raster images. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 1040 of file GiMaterial.h.
|
inlinevirtual |
Copies the data of the source object to the current object.
| pSource | [in] Input source object. |
Reimplemented from OdGiImageFileTexture.
Definition at line 2380 of file GiMaterial.h.
| OdGiRasterImageFileTexture::ODRX_DECLARE_MEMBERS | ( | OdGiRasterImageFileTexture | ) |
|
inline |
Assignment operator for the OdGiRasterImageFileTexture class. Assigns file path and raster image for this object and returns a reference to this texture object.
| texture | [in] Texture to be assigned. |
Definition at line 2373 of file GiMaterial.h.
|
inlinevirtual |
Equality operator for the OdGiRasterImageFileTexture class. The objects are equal if: the passed object is an raster image texture. source file paths are equal
| texture | [in] Texture to be compared. |
Reimplemented from OdGiImageFileTexture.
Definition at line 2364 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the raster image of this object.
Definition at line 2344 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the raster image texture of this object.
Definition at line 2358 of file GiMaterial.h.
|
inlinevirtual |
Sets a raster image to this object.
| pRasterImage | [in] Input raster image. |
Definition at line 2332 of file GiMaterial.h.
|
inlinevirtual |
Sets a raster image texture object to this object.
| pRasterImage | [in] Input raster image texture. |
Definition at line 2352 of file GiMaterial.h.