Common[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| static void | checkFile(const char* fileName, ifstream& file); |
| static void | readChemMolecule(const string fileName, ChemMolecule& mol, const ChemLib& protLib); |
| static void | readHydrogenMolecule(const string fileName, Molecule< Atom>& mol); |
| static void | readSurface(const string fileName, Surface& surface); |
| protected: |
void checkFile(const char* fileName, ifstream& file);
static void checkFile(const char* fileName, ifstream& file);
void readChemMolecule(const string fileName, ChemMolecule& mol, const ChemLib& protLib);
static void readChemMolecule(const string fileName, ChemMolecule& mol, const ChemLib& protLib);
void readHydrogenMolecule(const string fileName, Molecule< Atom>& mol);
static void readHydrogenMolecule(const string fileName, Molecule< Atom>& mol);
void readSurface(const string fileName, Surface& surface);
static void readSurface(const string fileName, Surface& surface);
| public: | ||
|---|---|---|
| static void | checkFile(const char* fileName, ifstream& file); | |
| static void | readChemMolecule(const string fileName, ChemMolecule& mol, const ChemLib& protLib); | |
| static void | readHydrogenMolecule(const string fileName, Molecule< Atom>& mol); | |
| static void | readSurface(const string fileName, Surface& surface); | |
| protected: | ||
Report problems to jkotula@unimax.com