|
FRX SDK Documentation 2025 SP0
|
#include <AcGiMapper.h>
Public Types | |
| enum | AutoTransform { kInheritAutoTransform = 0x0 , kNone = 0x1 , kObject = 0x2 , kModel = 0x4 } |
| enum | Projection { kInheritProjection = 0 , kPlanar = 1 , kBox = 2 , kCylinder = 3 , kSphere = 4 } |
| enum | Tiling { kInheritTiling = 0 , kTile = 1 , kCrop = 2 , kClamp = 3 } |
Static Public Attributes | |
| static ARX_API_STATIC AcGiMapper const | kIdentity |
Additional Inherited Members | |
Static Public Member Functions inherited from AcRxObject | |
| static AcRxClass *__cdecl | desc (void) |
| static AcRxObject *__cdecl | cast (AcRxObject const *) |
Protected Member Functions inherited from AcRxObject | |
| AcRxObject (void) | |
| virtual AcRxObject * | subQueryX (AcRxClass const *) const |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 23 of file AcGiMapper.h.
| Enumerator | |
|---|---|
| kInheritAutoTransform | |
| kNone | |
| kObject | |
| kModel | |
Definition at line 26 of file AcGiMapper.h.
| Enumerator | |
|---|---|
| kInheritProjection | |
| kPlanar | |
| kBox | |
| kCylinder | |
| kSphere | |
Definition at line 33 of file AcGiMapper.h.
| Enumerator | |
|---|---|
| kInheritTiling | |
| kTile | |
| kCrop | |
| kClamp | |
Definition at line 41 of file AcGiMapper.h.
| AcGiMapper::AcGiMapper | ( | AcGiMapper const & | ) |
| AcGiMapper::AcGiMapper | ( | void | ) |
|
virtual |
| AcGiMapper & AcGiMapper::operator= | ( | AcGiMapper const & | ) |
| bool AcGiMapper::operator== | ( | AcGiMapper const & | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
Definition at line 49 of file AcGiMapper.h.