GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSVoxelizedSolidData.hh
Go to the documentation of this file.
1 #ifndef GUARD_GGEMS_GEOMETRIES_GGEMSVOXELIZEDSOLIDSTACK_HH
2 #define GUARD_GGEMS_GEOMETRIES_GGEMSVOXELIZEDSOLIDSTACK_HH
3 
4 // ************************************************************************
5 // * This file is part of GGEMS. *
6 // * *
7 // * GGEMS is free software: you can redistribute it and/or modify *
8 // * it under the terms of the GNU General Public License as published by *
9 // * the Free Software Foundation, either version 3 of the License, or *
10 // * (at your option) any later version. *
11 // * *
12 // * GGEMS is distributed in the hope that it will be useful, *
13 // * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15 // * GNU General Public License for more details. *
16 // * *
17 // * You should have received a copy of the GNU General Public License *
18 // * along with GGEMS. If not, see <https://www.gnu.org/licenses/>. *
19 // * *
20 // ************************************************************************
21 
35 
41 {
49 #endif // GUARD_GGEMS_GEOMETRIES_GGEMSVOXELIZEDSOLIDSTACK_HH
GGEMSVoxelizedSolidData_t::number_of_voxels_
GGint number_of_voxels_
Definition: GGEMSVoxelizedSolidData.hh:46
GGEMSVoxelizedSolidData_t
Structure storing the stack of data for voxelized solid.
Definition: GGEMSVoxelizedSolidData.hh:41
GGEMSPrimitiveGeometries.hh
Structure storing some primitive geometries.
GGEMSVoxelizedSolidData
struct GGEMSVoxelizedSolidData_t GGEMSVoxelizedSolidData
GGEMSVoxelizedSolidData_t::obb_geometry_
GGEMSOBB obb_geometry_
Definition: GGEMSVoxelizedSolidData.hh:42
GGEMSVoxelizedSolidData_t::voxel_sizes_xyz_
GGfloat3 voxel_sizes_xyz_
Definition: GGEMSVoxelizedSolidData.hh:43
GGEMSVoxelizedSolidData_t::number_of_voxels_xyz_
GGint3 number_of_voxels_xyz_
Definition: GGEMSVoxelizedSolidData.hh:44
GGint
#define GGint
Definition: GGEMSTypes.hh:224
GGEMSVoxelizedSolidData_t::solid_id_
GGint solid_id_
Definition: GGEMSVoxelizedSolidData.hh:45
GGfloat3
#define GGfloat3
Definition: GGEMSTypes.hh:275
GGEMSOBB_t
Structure storing OBB (Oriented Bounding Box) geometry.
Definition: GGEMSPrimitiveGeometries.hh:41
GGint3
#define GGint3
Definition: GGEMSTypes.hh:226