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 234 of file Parameters.h.
Definition at line 244 of file Parameters.h.
|
inline |
Definition at line 245 of file Parameters.h.
Index indexed_table_pair::ind1 |
Definition at line 237 of file Parameters.h.
Referenced by Parameters::get_table_pair_params(), and Parameters::receive_Parameters().
Index indexed_table_pair::ind2 |
Definition at line 238 of file Parameters.h.
Referenced by Parameters::get_table_pair_params(), and Parameters::receive_Parameters().
int indexed_table_pair::K |
Definition at line 239 of file Parameters.h.
Referenced by Parameters::get_table_pair_params(), and Parameters::receive_Parameters().