NAMD
|
#include <Parameters.h>
Public Member Functions | |
indexed_table_pair (Index _ind1, Index _ind2, int _K) | |
indexed_table_pair () | |
Public Attributes | |
Index | ind1 |
Index | ind2 |
int | K |
Definition at line 238 of file Parameters.h.
Definition at line 248 of file Parameters.h.
|
inline |
Definition at line 249 of file Parameters.h.
Index indexed_table_pair::ind1 |
Definition at line 241 of file Parameters.h.
Referenced by Parameters::get_table_pair_params(), and Parameters::receive_Parameters().
Index indexed_table_pair::ind2 |
Definition at line 242 of file Parameters.h.
Referenced by Parameters::get_table_pair_params(), and Parameters::receive_Parameters().
int indexed_table_pair::K |
Definition at line 243 of file Parameters.h.
Referenced by Parameters::get_table_pair_params(), and Parameters::receive_Parameters().