MIDSX 0.1
A x-ray transport code system for dosimetry
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TempVoxelData Struct Reference

Struct which represents the temporary data for a voxel. More...

#include <tally_data.h>

Collaboration diagram for TempVoxelData:

Public Member Functions

 TempVoxelData (Voxel &voxel)
 

Public Attributes

Voxelvoxel
 
double energy_deposited = 0.0
 

Detailed Description

Struct which represents the temporary data for a voxel.

Solely exists for parallelizing photon transport.

Definition at line 12 of file tally_data.h.

Constructor & Destructor Documentation

◆ TempVoxelData()

TempVoxelData::TempVoxelData ( Voxel & voxel)
inlineexplicit

Definition at line 16 of file tally_data.h.

Member Data Documentation

◆ energy_deposited

double TempVoxelData::energy_deposited = 0.0

Definition at line 14 of file tally_data.h.

◆ voxel

Voxel& TempVoxelData::voxel

Definition at line 13 of file tally_data.h.


The documentation for this struct was generated from the following file: