Public Member Functions | |
dd_link () | |
Default inline constructor is zero. | |
dd_link (double xx, double yy) | |
Inline copy constructor. | |
~dd_link () | |
Inline default desctructor is blank. | |
double & | E_in () |
Common name used to access the X value of this link. | |
double & | E_out () |
Common name used to access the X value of this link. | |
double & | mu () |
Common name used to access the X value of this link. | |
double & | Prob () |
Common name used to access the Y value of this link. | |
double & | x_sec () |
Common name used to access the Y value of this link. | |
bool | operator== (const dd_link &other) const |
Equality testing. | |
Public Attributes | |
double | x |
double | y |
Definition at line 53 of file list_1d.hpp.
|
Default constructor sets both doubles to zero. Definition at line 60 of file list_1d.hpp. |
|
Constructor that instantiates specific two-dimensional data. Definition at line 66 of file list_1d.hpp. |
|
Definition at line 73 of file list_1d.hpp. |
|
Definition at line 76 of file list_1d.hpp. References x. Referenced by one_d_table::read_data(). |
|
Definition at line 81 of file list_1d.hpp. References x. Referenced by dd_list::linlin_interp(). |
|
Definition at line 86 of file list_1d.hpp. References x. Referenced by one_d_isotropic::initiate(). |
|
Definition at line 104 of file list_1d.hpp. |
|
Returns the "y" value of the two-dimensional data. The name was chosen to make the code easier to read. Definition at line 92 of file list_1d.hpp. References y. |
|
Returns the "y" value of the two-dimensional data. The name was chosen to make the code easier to read. Definition at line 98 of file list_1d.hpp. References y. Referenced by one_d_table::read_data(). |
|
|