|
CFx SDK Documentation
2022 SP0
|
#include <GiMaterial.h>
Public Types | |
| enum | Type { kWood = 0 , kMarble = 1 , kGeneric = 2 } |
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdGiProceduralTexture) | |
| virtual Type | type () const =0 |
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 |
Protected Member Functions | |
| OdGiProceduralTexture () | |
| ~OdGiProceduralTexture () | |
Protected Member Functions inherited from OdGiMaterialTexture | |
| OdGiMaterialTexture () | |
| ~OdGiMaterialTexture () | |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This class defines procedural material textures. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 836 of file GiMaterial.h.
Specifies the different procedural textures.
| Enumerator | |
|---|---|
| kWood | |
| kMarble | |
| kGeneric | |
Definition at line 844 of file GiMaterial.h.
|
inlineprotected |
Definition at line 856 of file GiMaterial.h.
|
inlineprotected |
Definition at line 857 of file GiMaterial.h.
| OdGiProceduralTexture::ODRX_DECLARE_MEMBERS | ( | OdGiProceduralTexture | ) |
|
pure virtual |
Returns the type of procedural texture.
Implemented in OdGiGenericTexture, OdGiMarbleTexture, and OdGiWoodTexture.