HDK
|
#include <GAS_SeedMarkers.h>
Public Member Functions | |
gas_setVelocityHelper (const GU_Detail &gdp, const GA_RWHandleV3 &vel_h, const SIM_VectorField &velocity, UT_Interrupt *boss) | |
gas_setVelocityHelper (const GU_Detail &gdp, const GA_RWHandleV3 &vel_h, const SIM_RawField *surface, const SIM_VectorField &velocity, UT_Interrupt *boss) | |
gas_setVelocityHelper (const GU_Detail &gdp, const GA_RWHandleV3 &vel_h, const SIM_VectorField &velocity, UT_Interrupt *boss, const UT_Vector3 lowerbound, const UT_Vector3 upperbound) | |
void | operator() (const GA_SplittableRange &r) const |
Public Attributes | |
const GU_Detail & | gdp |
const GA_RWHandleV3 & | velhandle |
const SIM_RawField * | surffield |
const SIM_VectorField & | velfield |
UT_Interrupt * | boss |
const UT_Vector3 | lowerbound |
const UT_Vector3 | upperbound |
bool | usebound |
Definition at line 248 of file GAS_SeedMarkers.h.
|
inline |
Definition at line 250 of file GAS_SeedMarkers.h.
|
inline |
Definition at line 264 of file GAS_SeedMarkers.h.
|
inline |
Definition at line 279 of file GAS_SeedMarkers.h.
|
inline |
Definition at line 295 of file GAS_SeedMarkers.h.
UT_Interrupt* gas_setVelocityHelper::boss |
Definition at line 338 of file GAS_SeedMarkers.h.
const GU_Detail& gas_setVelocityHelper::gdp |
Definition at line 334 of file GAS_SeedMarkers.h.
const UT_Vector3 gas_setVelocityHelper::lowerbound |
Definition at line 340 of file GAS_SeedMarkers.h.
const SIM_RawField* gas_setVelocityHelper::surffield |
Definition at line 336 of file GAS_SeedMarkers.h.
const UT_Vector3 gas_setVelocityHelper::upperbound |
Definition at line 341 of file GAS_SeedMarkers.h.
bool gas_setVelocityHelper::usebound |
Definition at line 342 of file GAS_SeedMarkers.h.
const SIM_VectorField& gas_setVelocityHelper::velfield |
Definition at line 337 of file GAS_SeedMarkers.h.
const GA_RWHandleV3& gas_setVelocityHelper::velhandle |
Definition at line 335 of file GAS_SeedMarkers.h.