Include dependency graph for record_types.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | read_ddiiii (string *pS, double *pR1, double *pR2, int *pI1, int *pI2, int *pI3, int *pI4) |
Converts a string with a format of double, double, int, int, int, int into numbers. | |
void | read_idiiii (string *pS, int *pI1, double *pR2, int *pI2, int *pI3, int *pI4, int *pI5) |
Converts a string with a format of int, double, int, int, int, int into numbers. | |
void | read_iiidiiddd (string *pS, int *pI1, int *pI2, int *pI3, double *pR1, int *pI4, int *pI5, double *pR2, double *pR3, double *pR4) |
Converts a string with a format of int, int, int, double, int, int, double, double, double. | |
void | read_iiiddddd (string *pS, int *pI1, int *pI2, int *pI3, double *pR1, double *pR2, double *pR3, double *pR4, double *pR5) |
Cpnverts a string with format of int, int, int, double, double, double, double, double. | |
void | read_d (string *pS, double *pR) |
Converts a string with a format of double into a double. | |
void | read_dd (string *pS, double *pR1, double *pR2) |
Converts a string with a format of double, double into numbers. | |
void | read_ddd (string *pS, double *pR1, double *pR2, double *pR3) |
Converts a string with a format of 3 doubles into numbers. | |
void | read_dddddd (string *pS, double *pR1, double *pR2, double *pR3, double *pR4, double *pR5, double *pR6) |
Converts a string with a format of 6 doubles into numbers. | |
void | read_ii (string *pS, int *pI1, int *pI2) |
Converts a string with a format of int, int into numbers. | |
void | read_date (string *pS, int *pI1) |
Finds the date in line 5 of the ENDF file. | |
int | read_yi (string *pS) |
Gets the incident particle from line 8 of the ENDF file. |
Definition in file record_types.hpp.
|
Definition at line 107 of file record_types.cpp. References stod(). Referenced by two_d_Legendre::one_E_in(), gen_mf4::one_legendre(), Legendre_item::read_coefs(), one_d_charge::read_data(), MF14_list::read_Legendre(), fission_delay::read_mf1(), and ENDF_file::skip(). |
|
Definition at line 147 of file record_types.cpp. References SevereError(), stoi(), and toupper(). Referenced by b6stream::readENDF(). |
|
Definition at line 113 of file record_types.cpp. References stod(). Referenced by MF15_list::one_e_dist(), ENDL_table::one_E_in(), mf6_table::one_E_in(), mf5_table::one_E_in(), mf4_table::one_E_in(), fission_delay::one_gen_evap(), MF14_list::one_line(), MF12_raw::one_line(), fission_delay::one_mult(), gen_mf4::one_table(), Legendre_list::read_data(), two_d_Madland::read_data(), two_d_Watt::read_data(), two_d_Maxwell::read_data(), two_d_evap::read_data(), MF12_deexcite::read_data(), dd_list::read_data(), one_d_table::read_data(), one_d_charge::read_data(), fission_delay::read_mf1(), and one_d_charge::read_table(). |
|
Definition at line 120 of file record_types.cpp. References stod(). Referenced by MF12_deexcite::read_data(). |
|
Definition at line 128 of file record_types.cpp. References stod(). Referenced by mt458_file::read_data(). |
|
Definition at line 50 of file record_types.cpp. References stod(), and stoi(). Referenced by ENDF_file::mfx_line2(), mf5_table::one_E_in(), mf4_table::one_E_in(), two_d_Legendre::one_E_in(), three_d_Kalbach::read_data(), and b6stream::readENDF(). |
|
Definition at line 62 of file record_types.cpp. References stod(), and stoi(). Referenced by ENDF_file::mfx_line1(), and b6stream::readENDF(). |
|
Definition at line 140 of file record_types.cpp. References stoi(). Referenced by ENDF_file::get_regions(). |
|
Definition at line 92 of file record_types.cpp. |
|
Definition at line 75 of file record_types.cpp. |
|
Definition at line 218 of file record_types.cpp. References SevereError(), and toupper(). |