|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <HAPI.hpp>
Public Member Functions | |
| Data () | |
| Data (Data_internal *a_data) | |
| ~Data () | |
| void | getDoubles (nf_Buffer< double > &buffer) |
| void | getInts (nf_Buffer< int > &buffer) |
| size_t | length () const |
| HAPI::Data::Data | ( | ) |
Definition at line 19 of file HAPI_Data.cc.
| HAPI::Data::Data | ( | Data_internal * | a_data | ) |
Definition at line 29 of file HAPI_Data.cc.
| HAPI::Data::~Data | ( | ) |
Definition at line 36 of file HAPI_Data.cc.
| void HAPI::Data::getDoubles | ( | nf_Buffer< double > & | buffer | ) |
Definition at line 48 of file HAPI_Data.cc.
Referenced by GIDI::parseValuesOfDoubles().
| void HAPI::Data::getInts | ( | nf_Buffer< int > & | buffer | ) |
Definition at line 55 of file HAPI_Data.cc.
Referenced by GIDI::parseValuesOfInts().
| size_t HAPI::Data::length | ( | ) | const |
Definition at line 42 of file HAPI_Data.cc.