#include <TPDB.h>
Public Member Functions | |
| TPDB () | |
| Constructor. | |
| ~TPDB () | |
| void | load (wxString s) |
| Load file. | |
| void | paste (wxString s) |
| Take pasted text. | |
| void | remap () |
| Parse and generate sequences. | |
Public Attributes | |
| bool | success |
| Errors during parsing? | |
| vector< tseqres > | seqres |
| The resulting sequences. | |
Private Member Functions | |
| void | check4success () |
| Valid PDB? | |
| int | seq (char c) |
| Access (or create) a certain chain. | |
Private Attributes | |
| wxArrayString | vs |
| The text lines. | |
| wxString | _name |
| The PDB name. | |
| wxString | _desc |
| The PDB description. | |
|
|
Constructor.
|
|
|
|
|
|
Valid PDB?
|
|
|
Load file.
|
|
|
Take pasted text.
|
|
|
Parse and generate sequences.
|
|
|
Access (or create) a certain chain.
|
|
|
The PDB description.
|
|
|
The PDB name.
|
|
|
The resulting sequences.
|
|
|
Errors during parsing?
|
|
|
The text lines.
|
1.4.1