|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI_functions.hpp>
Additional Inherited Members | |
| Protected Attributes inherited from MCGIDI::Functions::Function1d | |
| Function1dType | m_type |
Definition at line 201 of file MCGIDI_functions.hpp.
| LUPI_HOST_DEVICE MCGIDI::Functions::Regions1d::Regions1d | ( | ) |
Definition at line 668 of file MCGIDI_functions.cc.
| LUPI_HOST MCGIDI::Functions::Regions1d::Regions1d | ( | GIDI::Functions::Regions1d const & | a_regions1d | ) |
Definition at line 677 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE MCGIDI::Functions::Regions1d::~Regions1d | ( | ) |
Definition at line 690 of file MCGIDI_functions.cc.
| LUPI_HOST_DEVICE void MCGIDI::Functions::Regions1d::append | ( | Function1d_d2 * | a_function1d | ) |
Definition at line 697 of file MCGIDI_functions.cc.
Referenced by Regions1d().
| LUPI_HOST_DEVICE double MCGIDI::Functions::Regions1d::evaluate | ( | double | a_x1 | ) | const |
Definition at line 707 of file MCGIDI_functions.cc.
Referenced by evaluate().
| LUPI_HOST_DEVICE void MCGIDI::Functions::Regions1d::serialize | ( | LUPI::DataBuffer & | a_buffer, |
| LUPI::DataBuffer::Mode | a_mode ) |
This method serializes this for broadcasting as needed for MPI and GPUs. The method can count the number of required bytes, pack this or unpack this depending on a_mode.
| a_buffer | [in] The buffer to read or write data to depending on a_mode. |
| a_mode | [in] Specifies the action of this method. |
Definition at line 731 of file MCGIDI_functions.cc.