HDK
|
#include <GAS_SubSolver.h>
Public Attributes | |
SIM_RawField * | mask |
const SIM_RawField * | stencil |
SIM_VectorField * | vel |
SIM_PropertyResolver * | vel_lookup |
SIM_RawIndexField * | index |
int64 | id |
const SIM_RawField * | surface |
bool | isdensity |
const GEO_PrimVolume * | volume |
UT_DMatrix4 | tolocal |
UT_DMatrix4 | masktoworld |
UT_DMatrix4 | worldtomask |
GEO_PointTree * | pttree |
const GU_Detail * | gdp |
const GU_SDF * | sdf |
bool | restricttorange |
UT_BoundingBox | activerange |
bool | negate |
fpreal | maxdist |
fpreal | particlebandwidth |
fpreal | velscale |
Definition at line 265 of file GAS_SubSolver.h.
UT_BoundingBox GAS_SubSolver::RelationshipParms::activerange |
Definition at line 285 of file GAS_SubSolver.h.
Definition at line 281 of file GAS_SubSolver.h.
int64 GAS_SubSolver::RelationshipParms::id |
Definition at line 272 of file GAS_SubSolver.h.
SIM_RawIndexField* GAS_SubSolver::RelationshipParms::index |
Definition at line 271 of file GAS_SubSolver.h.
bool GAS_SubSolver::RelationshipParms::isdensity |
Definition at line 275 of file GAS_SubSolver.h.
SIM_RawField* GAS_SubSolver::RelationshipParms::mask |
Definition at line 267 of file GAS_SubSolver.h.
UT_DMatrix4 GAS_SubSolver::RelationshipParms::masktoworld |
Definition at line 278 of file GAS_SubSolver.h.
fpreal GAS_SubSolver::RelationshipParms::maxdist |
Definition at line 287 of file GAS_SubSolver.h.
bool GAS_SubSolver::RelationshipParms::negate |
Definition at line 286 of file GAS_SubSolver.h.
fpreal GAS_SubSolver::RelationshipParms::particlebandwidth |
Definition at line 288 of file GAS_SubSolver.h.
GEO_PointTree* GAS_SubSolver::RelationshipParms::pttree |
Definition at line 280 of file GAS_SubSolver.h.
bool GAS_SubSolver::RelationshipParms::restricttorange |
Definition at line 284 of file GAS_SubSolver.h.
Definition at line 282 of file GAS_SubSolver.h.
const SIM_RawField* GAS_SubSolver::RelationshipParms::stencil |
Definition at line 268 of file GAS_SubSolver.h.
const SIM_RawField* GAS_SubSolver::RelationshipParms::surface |
Definition at line 274 of file GAS_SubSolver.h.
UT_DMatrix4 GAS_SubSolver::RelationshipParms::tolocal |
Definition at line 277 of file GAS_SubSolver.h.
SIM_VectorField* GAS_SubSolver::RelationshipParms::vel |
Definition at line 269 of file GAS_SubSolver.h.
SIM_PropertyResolver* GAS_SubSolver::RelationshipParms::vel_lookup |
Definition at line 270 of file GAS_SubSolver.h.
fpreal GAS_SubSolver::RelationshipParms::velscale |
Definition at line 289 of file GAS_SubSolver.h.
const GEO_PrimVolume* GAS_SubSolver::RelationshipParms::volume |
Definition at line 276 of file GAS_SubSolver.h.
UT_DMatrix4 GAS_SubSolver::RelationshipParms::worldtomask |
Definition at line 279 of file GAS_SubSolver.h.