ResidueGrid


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ResidueGrid
: public MoleculeGrid
{
public:
ResidueGrid(const Surface& surface, const float inDelta, const float maxRadius);
template< class MoleculeT> void markResidues(const MoleculeT& M);
int getResidueEntry(const Vector3& point) const;
void printGrid(ofstream& file) const;
protected:
}; // ResidueGrid

Back to the top of ResidueGrid


KEYWORD

Back to the top of ResidueGrid


AUTHORS

Back to the top of ResidueGrid


CHANGES LOG

Back to the top of ResidueGrid


GOALS

Back to the top of ResidueGrid

		

USAGE

		

Back to the top of ResidueGrid


ResidueGrid(const Surface& surface, const float inDelta, const float maxRadius);

  ResidueGrid(const Surface& surface, const float inDelta, const float maxRadius);

Back to the top of ResidueGrid


template< class MoleculeT> void markResidues(const MoleculeT& M);

  template< class MoleculeT>
  void markResidues(const MoleculeT& M);

Back to the top of ResidueGrid


int getResidueEntry(const Vector3& point) const;

  int getResidueEntry(const Vector3& point) const;

Back to the top of ResidueGrid


void printGrid(ofstream& file) const;

  void printGrid(ofstream& file) const;

Back to the top of ResidueGrid


All Members

public:
AtomGrid(const Surface& surface, const float inDelta, const float maxRadius);
template< class MoleculeT> void markAtoms(const MoleculeT& M, float radius);
const vector< unsigned short>& getAtoms(const Vector3& point) const;
unsigned int getAtomsNumber(const Vector3& point) const;
template< class MoleculeT> void markResidues(const MoleculeT& M);
int getResidueEntry(const Vector3& point) const;
void printGrid(ofstream& file) const;
protected:

Back to the top of ResidueGrid


Ancestors

Inheritance chain for ResidueGrid:

Back to the top of ResidueGrid


Descendants

Class is not inherited by any others.

Back to the top of ResidueGrid


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

Report problems to jkotula@unimax.com