|
TheBoussinesqModel
3.2.1
|
#include <t_list.h>
Data Fields | |
| double | x |
| double | y |
| double | z |
| struct xyz * | next |
| struct xyz* xyz::next |
Definition at line 117 of file t_list.h.
Referenced by count_xyz_elements(), delete_xyz(), delete_xyz_list(), exponentialhystogram(), new_xyz(), point2measure(), print_xyz_elements(), simplehystogram(), and xyz_into_doublematrix().
| double xyz::x |
Definition at line 116 of file t_list.h.
Referenced by exponentialhystogram(), new_xyz(), print_xyz_elements(), simplehystogram(), and xyz_into_doublematrix().
| double xyz::y |
Definition at line 116 of file t_list.h.
Referenced by exponentialhystogram(), new_xyz(), print_xyz_elements(), simplehystogram(), and xyz_into_doublematrix().
| double xyz::z |
Definition at line 116 of file t_list.h.
Referenced by exponentialhystogram(), new_xyz(), print_xyz_elements(), simplehystogram(), and xyz_into_doublematrix().