HDK_Sample::SNOW_Solver Class Reference
#include <SNOW_Solver.h>
List of all members.
|
Public Member Functions |
| | GETSET_DATA_FUNCS_F (SIM_NAME_BIRTHRATE, BirthRate) |
| | GETSET_DATA_FUNCS_I (SIM_NAME_ORIGINALDEPTH, OriginalDepth) |
Protected Member Functions |
| | SNOW_Solver (const SIM_DataFactory *factory) |
| virtual | ~SNOW_Solver () |
| SIM_Random * | createRandomData (SIM_Object *obj) const |
| virtual SIM_Result | solveSingleObjectSubclass (SIM_Engine &engine, SIM_Object &object, SIM_ObjectArray &feedbacktoobjects, const SIM_Time ×tep, bool newobject) |
| int | rand_choice (int numchoice, SIM_Random *rand) const |
| bool | brownianize (int &v, int dv, int max, SIM_Random *rand) const |
| int | clearInDirection (const SNOW_VoxelArray &snow, int sx, int sy, int sz, int dx, int dy, int dz, int &rx, int &ry, int &rz, int maxdist, SIM_Random *rand) const |
| void | clearSnow (SNOW_VoxelArray &snow, int x, int y, int z, SIM_Random *rand) const |
| void | fillRow (SNOW_VoxelArray &snow, fpreal startx, fpreal endx, int y, int z, u8 voxeltype, SIM_Random *rand) const |
| void | applyGeometry (SNOW_VoxelArray &snow, const GU_ConstDetailHandle &gdh, const UT_DMatrix4 &xform, u8 voxletype, SIM_Random *rand) const |
Detailed Description
- Examples:
-
SIM/SNOW_Solver.C.
Definition at line 64 of file SNOW_Solver.h.
Constructor & Destructor Documentation
| SNOW_Solver::SNOW_Solver |
( |
const SIM_DataFactory * |
factory |
) |
[explicit, protected] |
| SNOW_Solver::~SNOW_Solver |
( |
|
) |
[protected, virtual] |
Member Function Documentation
| bool SNOW_Solver::brownianize |
( |
int & |
v, |
|
|
int |
dv, |
|
|
int |
max, |
|
|
SIM_Random * |
rand | |
|
) |
| | const [protected] |
| int SNOW_Solver::clearInDirection |
( |
const SNOW_VoxelArray & |
snow, |
|
|
int |
sx, |
|
|
int |
sy, |
|
|
int |
sz, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
int |
dz, |
|
|
int & |
rx, |
|
|
int & |
ry, |
|
|
int & |
rz, |
|
|
int |
maxdist, |
|
|
SIM_Random * |
rand | |
|
) |
| | const [protected] |
| HDK_Sample::SNOW_Solver::GETSET_DATA_FUNCS_F |
( |
SIM_NAME_BIRTHRATE |
, |
|
|
BirthRate |
| |
|
) |
| | |
| HDK_Sample::SNOW_Solver::GETSET_DATA_FUNCS_I |
( |
SIM_NAME_ORIGINALDEPTH |
, |
|
|
OriginalDepth |
| |
|
) |
| | |
| int SNOW_Solver::rand_choice |
( |
int |
numchoice, |
|
|
SIM_Random * |
rand | |
|
) |
| | const [protected] |
The documentation for this class was generated from the following files: