|
mFES - molecular Finite Element Solver
0.4
|
This class is a datastructure to represent ST files. These files hold all information about titratable groups in the protein. More...
#include <ST.h>
Public Member Functions | |
| ST (string _titGroupName, char _state, int _stateNr, float _shift, vector< Charge >_rules, float _shiftCycle0) | |
| string | getTitGroupName () |
| char | getState () |
| int | getStateNr () |
| float | getShift () |
| float | getShiftCycle0 () |
| vector< Charge > | getRules () |
| void | print () |
Private Attributes | |
| string | titGroupName |
| char | state |
| int | stateNr |
| float | shift |
| vector< Charge > | rules |
| float | shiftCycle0 |
This class is a datastructure to represent ST files. These files hold all information about titratable groups in the protein.
Titratable groups are generated and have a state. They can ge shifted to another state depending on the framework of pKA compuations. Every titratable group type may have an average energy shift value for one-cycle approach computations.
| ST::ST | ( | string | _titGroupName, |
| char | _state, | ||
| int | _stateNr, | ||
| float | _shift, | ||
| vector< Charge > | _rules, | ||
| float | _shiftCycle0 | ||
| ) | [inline] |
| vector<Charge> ST::getRules | ( | ) | [inline] |
| float ST::getShift | ( | ) | [inline] |
| float ST::getShiftCycle0 | ( | ) | [inline] |
| char ST::getState | ( | ) | [inline] |
| int ST::getStateNr | ( | ) | [inline] |
| string ST::getTitGroupName | ( | ) | [inline] |
| void ST::print | ( | ) | [inline] |
float ST::shift [private] |
float ST::shiftCycle0 [private] |
char ST::state [private] |
int ST::stateNr [private] |
string ST::titGroupName [private] |
1.7.6.1