HDK
|
#include <GAS_FieldVex.h>
Public Attributes | |
UT_StringHolder | name |
const SIM_RawField * | vlist [3][3] |
SIM_RawField * | outlist [3][3] |
const SIM_RawIndexField * | idxvlist |
SIM_RawIndexField * | idxoutlist |
UT_String | dataname [3][3] |
int | dataidx_x [3][3] |
int | dataidx_y [3][3] |
CVEX_Type | type |
bool | processed [3][3] |
Definition at line 35 of file GAS_FieldVex.h.
int gas_volumeMap::dataidx_x[3][3] |
Definition at line 47 of file GAS_FieldVex.h.
int gas_volumeMap::dataidx_y[3][3] |
Definition at line 48 of file GAS_FieldVex.h.
UT_String gas_volumeMap::dataname[3][3] |
Definition at line 46 of file GAS_FieldVex.h.
SIM_RawIndexField* gas_volumeMap::idxoutlist |
Definition at line 44 of file GAS_FieldVex.h.
const SIM_RawIndexField* gas_volumeMap::idxvlist |
Definition at line 43 of file GAS_FieldVex.h.
UT_StringHolder gas_volumeMap::name |
Definition at line 38 of file GAS_FieldVex.h.
SIM_RawField* gas_volumeMap::outlist[3][3] |
Definition at line 40 of file GAS_FieldVex.h.
bool gas_volumeMap::processed[3][3] |
Definition at line 50 of file GAS_FieldVex.h.
CVEX_Type gas_volumeMap::type |
Definition at line 49 of file GAS_FieldVex.h.
const SIM_RawField* gas_volumeMap::vlist[3][3] |
Definition at line 39 of file GAS_FieldVex.h.