RotamerResidueBuilder


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class RotamerResidueBuilder
{
public:
static RotamerResidue * buildResidue(const RotamerMolecule& rotMol, const unsigned short residueSeq, const vector< AminoAcid< ChemAtom> >& residues);
static ResidueConformer* buildResidueConformer(const RotamerResidue& residue, const vector< float>& newChiAngles);
static int calculateResidueBackboneAngles(const vector< AminoAcid< ChemAtom> >& residues,float& phi, float& psi, ResiduesBuildingInfo::RESIDUE_INFO& residueInfo);
static string dropSpaces(const char * str);
protected:
}; // RotamerResidueBuilder

Back to the top of RotamerResidueBuilder


KEYWORD

Back to the top of RotamerResidueBuilder


AUTHORS

Back to the top of RotamerResidueBuilder


CHANGES LOG

Back to the top of RotamerResidueBuilder


GOALS

Back to the top of RotamerResidueBuilder

		

USAGE

		

Back to the top of RotamerResidueBuilder


RotamerResidue * buildResidue(const RotamerMolecule& rotMol, const unsigned short residueSeq, const vector< AminoAcid< ChemAtom> >& residues);

  static RotamerResidue * buildResidue(const RotamerMolecule& rotMol, const unsigned short residueSeq, const vector< AminoAcid< ChemAtom> >& residues);

Back to the top of RotamerResidueBuilder


ResidueConformer* buildResidueConformer(const RotamerResidue& residue, const vector< float>& newChiAngles);

  static ResidueConformer* buildResidueConformer(const RotamerResidue& residue, const vector< float>& newChiAngles);

Back to the top of RotamerResidueBuilder


int calculateResidueBackboneAngles(const vector< AminoAcid< ChemAtom> >& residues,float& phi, float& psi, ResiduesBuildingInfo::RESIDUE_INFO& residueInfo);

  static int calculateResidueBackboneAngles(const vector< AminoAcid< ChemAtom> >& residues,float& phi, float& psi, 
					    ResiduesBuildingInfo::RESIDUE_INFO& residueInfo);

Back to the top of RotamerResidueBuilder


string dropSpaces(const char * str);

  static string dropSpaces(const char * str);

Back to the top of RotamerResidueBuilder


All Members

public:
static RotamerResidue * buildResidue(const RotamerMolecule& rotMol, const unsigned short residueSeq, const vector< AminoAcid< ChemAtom> >& residues);
static ResidueConformer* buildResidueConformer(const RotamerResidue& residue, const vector< float>& newChiAngles);
static int calculateResidueBackboneAngles(const vector< AminoAcid< ChemAtom> >& residues,float& phi, float& psi, ResiduesBuildingInfo::RESIDUE_INFO& residueInfo);
static string dropSpaces(const char * str);
protected:

Back to the top of RotamerResidueBuilder


Ancestors

Class does not inherit from any other class.

Back to the top of RotamerResidueBuilder


Descendants

Class is not inherited by any others.

Back to the top of RotamerResidueBuilder


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

Report problems to jkotula@unimax.com