|
OOFEM 3.0
|
#include <array>#include <vector>#include <tuple>#include <unordered_map>#include "CSG.h"#include "field.h"Go to the source code of this file.
Classes | |
| struct | VoxelNode |
| A struct to represent a 3D model. More... | |
| struct | Voxel |
| A struct to represent a single voxel. More... | |
| class | VoxelGrid |
| A class to represent a 3D grid of voxels. More... | |