CFx SDK Documentation
2020SP3
|
#include <GiMaterial.h>
Additional Inherited Members | |
Public Types inherited from OdGiProceduralTexture | |
enum | Type { kWood = 0, kMarble = 1, kGeneric = 2 } |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdGiProceduralTexture | |
OdGiProceduralTexture () | |
~OdGiProceduralTexture () | |
Protected Member Functions inherited from OdGiMaterialTexture | |
OdGiMaterialTexture () | |
~OdGiMaterialTexture () | |
This class defines generic procedural material textures. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 1061 of file GiMaterial.h.
|
inline |
Definition at line 2047 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 2106 of file GiMaterial.h.
|
inlinevirtual |
Returns the pointer to the OdGiVariant object used to store the procedural texture data.
Definition at line 2065 of file GiMaterial.h.
|
inlinevirtual |
Returns a copy of the OdGiVariant object used to store the procedural texture data.
Definition at line 2071 of file GiMaterial.h.
OdGiGenericTexture::ODRX_DECLARE_MEMBERS | ( | OdGiGenericTexture | ) |
|
inline |
Definition at line 2097 of file GiMaterial.h.
|
inlinevirtual |
Reimplemented from OdGiMaterialTexture.
Definition at line 2084 of file GiMaterial.h.
|
inlinevirtual |
Sets the new OdGiVariant value to this generic texture.
definition | [in] New OdGiVariant value. |
Definition at line 2052 of file GiMaterial.h.
|
inlinevirtual |
Returns the type of procedural texture.
Implements OdGiProceduralTexture.
Definition at line 1071 of file GiMaterial.h.