Common


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class Common
{
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:
}; // Common

Back to the top of Common


KEYWORD

Back to the top of Common


AUTHORS

Back to the top of Common


CHANGES LOG

Back to the top of Common


GOALS

Back to the top of Common

		

USAGE

		

Back to the top of Common


void checkFile(const char* fileName, ifstream& file);

  static void checkFile(const char* fileName, ifstream& file);

Back to the top of Common


void readChemMolecule(const string fileName, ChemMolecule& mol, const ChemLib& protLib);

  static void readChemMolecule(const string fileName, ChemMolecule& mol, const ChemLib& protLib);

Back to the top of Common


void readHydrogenMolecule(const string fileName, Molecule< Atom>& mol);

  static void readHydrogenMolecule(const string fileName, Molecule< Atom>& mol);

Back to the top of Common


void readSurface(const string fileName, Surface& surface);

  static void readSurface(const string fileName, Surface& surface);

Back to the top of Common


All Members

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:

Back to the top of Common


Ancestors

Class does not inherit from any other class.

Back to the top of Common


Descendants

Class is not inherited by any others.

Back to the top of Common


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:23 2009 .

Report problems to jkotula@unimax.com