CharmmParams


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class CharmmParams
{
public:
CharmmParams(const string& paramFile, const string& defsFile);
string getAtomType(const string& atomName, const string& residueName);
float getRadius(const string& atomName, const string& residueName);
float getEpsilon(const string& atomName, const string& residueName);
float getRadius(const string& atomType);
float getEpsilon(const string& atomType);
void getAtomTypeRadiusEpsilon(const string& atomName, const string& residueName, string& atomType, float& radius, float& epsilon);
unsigned int setParameters(ChemMolecule& mol);
protected:
}; // CharmmParams

Back to the top of CharmmParams


KEYWORD

Back to the top of CharmmParams


AUTHORS

Back to the top of CharmmParams


CHANGES LOG

Back to the top of CharmmParams


GOALS

Back to the top of CharmmParams

		

USAGE

		

Back to the top of CharmmParams


CharmmParams(const string& paramFile, const string& defsFile);

  CharmmParams(const string& paramFile, const string& defsFile);

Back to the top of CharmmParams


string getAtomType(const string& atomName, const string& residueName);

  string getAtomType(const string& atomName, const string& residueName);

Back to the top of CharmmParams


float getRadius(const string& atomName, const string& residueName);

  float getRadius(const string& atomName, const string& residueName);

Back to the top of CharmmParams


float getEpsilon(const string& atomName, const string& residueName);

  float getEpsilon(const string& atomName, const string& residueName);

Back to the top of CharmmParams


float getRadius(const string& atomType);

  float getRadius(const string& atomType);

Back to the top of CharmmParams


float getEpsilon(const string& atomType);

  float getEpsilon(const string& atomType);

Back to the top of CharmmParams


void getAtomTypeRadiusEpsilon(const string& atomName, const string& residueName, string& atomType, float& radius, float& epsilon);

  void getAtomTypeRadiusEpsilon(const string& atomName, const string& residueName,
				string& atomType, float& radius, float& epsilon);

Back to the top of CharmmParams


unsigned int setParameters(ChemMolecule& mol);

  unsigned int setParameters(ChemMolecule& mol);

Back to the top of CharmmParams


All Members

public:
string getAtomType(const string& atomName, const string& residueName);
float getRadius(const string& atomName, const string& residueName);
float getEpsilon(const string& atomName, const string& residueName);
float getRadius(const string& atomType);
float getEpsilon(const string& atomType);
void getAtomTypeRadiusEpsilon(const string& atomName, const string& residueName, string& atomType, float& radius, float& epsilon);
unsigned int setParameters(ChemMolecule& mol);
protected:

Back to the top of CharmmParams


Ancestors

Class does not inherit from any other class.

Back to the top of CharmmParams


Descendants

Class is not inherited by any others.

Back to the top of CharmmParams


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

Report problems to jkotula@unimax.com