#include "haio.h"#include "haconst.h"#include "hastl.h"#include "hastring.h"Go to the source code of this file.
Classes | |
| class | CmdParser |
| Class to process RASMOL-like text commands. More... | |
Defines | |
| #define | COMMAND_H |
| #define | Tok2Format(x) ((x)-359) |
| #define | Format2Tok(x) ((x)+359) |
| #define | DirChar '/' |
Variables | |
| const int | MAXBUFFLEN = 2560 |
| const int | FormatPDB = 1 |
| const int | FormatMacroMod = 2 |
| const int | FormatGaussian = 3 |
| const int | FormatAlchemy = 4 |
| const int | FormatNMRPDB = 5 |
| const int | FormatCharmm = 6 |
| const int | FormatBiosym = 7 |
| const int | FormatMOPAC = 8 |
| const int | FormatSHELX = 9 |
| const int | FormatMol2 = 10 |
| const int | FormatFDAT = 11 |
| const int | FormatMMDB = 12 |
| const int | FormatMDL = 13 |
| const int | FormatXYZ = 14 |
| const int | FormatCIF = 15 |
| const int | FormatCEX = 16 |
| const int | FormatRWF = 17 |
| const int | FormatHarlem = 18 |
| const int | FormatAmberPrep = 19 |
1.3.6