MoleculeGrid


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class AtomGrid : public MoleculeGrid
{
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;
protected:
}; // MoleculeGrid

Back to the top of MoleculeGrid


KEYWORD

Back to the top of MoleculeGrid


AUTHORS

Back to the top of MoleculeGrid


CHANGES LOG

Back to the top of MoleculeGrid


GOALS

Back to the top of MoleculeGrid

		

USAGE

		

Back to the top of MoleculeGrid


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

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

Back to the top of MoleculeGrid


template< class MoleculeT> void markAtoms(const MoleculeT& M, float radius);

  template< class MoleculeT>
  ////
  void markAtoms(const MoleculeT& M, float radius);

Back to the top of MoleculeGrid


const vector< unsigned short>& getAtoms(const Vector3& point) const;

  const vector< unsigned short>& getAtoms(const Vector3& point) const;

Back to the top of MoleculeGrid


unsigned int getAtomsNumber(const Vector3& point) const;

  unsigned int getAtomsNumber(const Vector3& point) const;

Back to the top of MoleculeGrid


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;
protected:

Back to the top of MoleculeGrid


Ancestors

Inheritance chain for MoleculeGrid:

Back to the top of MoleculeGrid


Descendants

Back to the top of MoleculeGrid


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

Report problems to jkotula@unimax.com