HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SNOW_Solver.h File Reference
#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
 

Macro Definition Documentation

#define SIM_NAME_BIRTHRATE   "birthrate"
Examples:
SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.

Definition at line 50 of file SNOW_Solver.h.

#define SIM_NAME_ORIGINALDEPTH   "originaldepth"
Examples:
SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.

Definition at line 51 of file SNOW_Solver.h.

#define SNOW_NAME_CENTER   "t"
Examples:
SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.

Definition at line 131 of file SNOW_Solver.h.

#define SNOW_NAME_DIVISIONS   "div"
Examples:
SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.

Definition at line 130 of file SNOW_Solver.h.

#define SNOW_NAME_SIZE   "size"
Examples:
SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.

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
Examples:
SIM/SNOW_Solver.C.

Definition at line 124 of file SNOW_Solver.h.

#define VOXEL_OBJECT   4
Examples:
SIM/SNOW_Solver.C.

Definition at line 128 of file SNOW_Solver.h.

#define VOXEL_SNOW   1
Examples:
SIM/SNOW_Solver.C.

Definition at line 125 of file SNOW_Solver.h.

#define VOXEL_WALL   3
Examples:
SIM/SNOW_Solver.C.

Definition at line 127 of file SNOW_Solver.h.

Typedef Documentation

typedef unsigned char u8
Examples:
SIM/SNOW_Solver.h.

Definition at line 54 of file SNOW_Solver.h.