|
HDK
|
#include <UT/UT_IStream.h>#include <UT/UT_Map.h>#include <UT/UT_VoxelArray.h>#include <GA/GA_Types.h>#include <GU/GU_DetailHandle.h>#include <SIM/SIM_OptionsUser.h>#include <SIM/SIM_SingleSolver.h>#include <SIM/SIM_Geometry.h>
Include dependency graph for SNOW_Solver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HDK_Sample::SNOW_Solver |
| class | HDK_Sample::SNOW_VoxelArray |
| class | HDK_Sample::SNOW_Visualize |
Namespaces | |
| HDK_Sample | |
| This namespace is used to hold all HDK example source code. | |
Macros | |
| #define | SIM_NAME_BIRTHRATE "birthrate" |
| #define | SIM_NAME_ORIGINALDEPTH "originaldepth" |
| #define | VOXEL_EMPTY 0 |
| #define | VOXEL_SNOW 1 |
| #define | VOXEL_COMPRESSED 2 |
| #define | VOXEL_WALL 3 |
| #define | VOXEL_OBJECT 4 |
| #define | SNOW_NAME_DIVISIONS "div" |
| #define | SNOW_NAME_CENTER "t" |
| #define | SNOW_NAME_SIZE "size" |
Typedefs | |
| typedef unsigned char | u8 |
| #define SIM_NAME_BIRTHRATE "birthrate" |
Definition at line 50 of file SNOW_Solver.h.
| #define SIM_NAME_ORIGINALDEPTH "originaldepth" |
Definition at line 51 of file SNOW_Solver.h.
| #define SNOW_NAME_CENTER "t" |
Definition at line 131 of file SNOW_Solver.h.
| #define SNOW_NAME_DIVISIONS "div" |
Definition at line 130 of file SNOW_Solver.h.
| #define SNOW_NAME_SIZE "size" |
Definition at line 132 of file SNOW_Solver.h.
| #define VOXEL_COMPRESSED 2 |
Definition at line 126 of file SNOW_Solver.h.
| #define VOXEL_EMPTY 0 |
Definition at line 124 of file SNOW_Solver.h.
| #define VOXEL_OBJECT 4 |
Definition at line 128 of file SNOW_Solver.h.
| #define VOXEL_SNOW 1 |
Definition at line 125 of file SNOW_Solver.h.
| #define VOXEL_WALL 3 |
Definition at line 127 of file SNOW_Solver.h.
| typedef unsigned char u8 |
Definition at line 54 of file SNOW_Solver.h.