HDK
|
#include <GAS_ExternalForces.h>
Public Attributes | |
SIM_Object * | obj |
UT_DMatrix4 | toworldpoint |
UT_DMatrix3 | toselfvector |
SIM_VectorField * | velocity |
SIM_RawField * | vel [3] |
const SIM_RawField * | stencil |
const SIM_RawField * | surface |
const SIM_RawField * | density |
SIM_Time | timestep |
Definition at line 71 of file GAS_ExternalForces.h.
const SIM_RawField* GAS_ExternalForces::applyParms::density |
Definition at line 80 of file GAS_ExternalForces.h.
SIM_Object* GAS_ExternalForces::applyParms::obj |
Definition at line 73 of file GAS_ExternalForces.h.
const SIM_RawField* GAS_ExternalForces::applyParms::stencil |
Definition at line 78 of file GAS_ExternalForces.h.
const SIM_RawField* GAS_ExternalForces::applyParms::surface |
Definition at line 79 of file GAS_ExternalForces.h.
SIM_Time GAS_ExternalForces::applyParms::timestep |
Definition at line 81 of file GAS_ExternalForces.h.
UT_DMatrix3 GAS_ExternalForces::applyParms::toselfvector |
Definition at line 75 of file GAS_ExternalForces.h.
UT_DMatrix4 GAS_ExternalForces::applyParms::toworldpoint |
Definition at line 74 of file GAS_ExternalForces.h.
SIM_RawField* GAS_ExternalForces::applyParms::vel[3] |
Definition at line 77 of file GAS_ExternalForces.h.
SIM_VectorField* GAS_ExternalForces::applyParms::velocity |
Definition at line 76 of file GAS_ExternalForces.h.