Class for dealing with the parameters of file based wrapper objects. More...
#include <params_file.h>
Public Member Functions | |
| params_file (int a, string s, std::map< utilities::D_TYPE, int > contents) | |
| constructor | |
| params_file (int a, std::map< utilities::D_TYPE, int > contents) | |
| constructor with default file name | |
| Wrapper_in * | make_wrapper_in () |
| Wrapper_out * | make_wrapper_out () |
Public Attributes | |
| int | rows |
| number of rows | |
| int | cols |
| number of cols | |
| string | fname |
| name of file to read data from | |
Class for dealing with the parameters of file based wrapper objects.
| tracking::params_file::params_file | ( | int | a, | |
| string | s, | |||
| std::map< utilities::D_TYPE, int > | contents | |||
| ) | [inline] |
constructor
| a | number of particles | |
| s | filename | |
| contents | map of contents |
| tracking::params_file::params_file | ( | int | a, | |
| std::map< utilities::D_TYPE, int > | contents | |||
| ) | [inline] |
constructor with default file name
| a | number of particles | |
| contents | map of contents |
| Wrapper_in* tracking::params_file::make_wrapper_in | ( | ) | [inline] |
Reimplemented in tracking::params_ning, and tracking::params_ning_hd.
| Wrapper_out* tracking::params_file::make_wrapper_out | ( | ) | [inline] |
number of cols
Referenced by tracking::wrapper_i_file::wrapper_i_file().
| string tracking::params_file::fname |
name of file to read data from
Referenced by tracking::params_ning::params_ning(), tracking::params_ning_hd::params_ning_hd(), tracking::wrapper_i_file::wrapper_i_file(), tracking::wrapper_i_ning::wrapper_i_ning(), and tracking::wrapper_i_ning_hd::wrapper_i_ning_hd().
number of rows
Referenced by tracking::wrapper_i_file::wrapper_i_file(), tracking::wrapper_i_ning::wrapper_i_ning(), and tracking::wrapper_i_ning_hd::wrapper_i_ning_hd().
1.5.9-20090622