ProbGrid


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ProbGrid
: public MoleculeGrid
{
public:
ProbGrid(const Surface& surface, const float inDelta, const float maxRadius);
template< class MoleculeT> void markProbs(const MoleculeT& M);
float getProb(const Vector3& point) const;
protected:
}; // ProbGrid

Back to the top of ProbGrid


KEYWORD

Back to the top of ProbGrid


AUTHORS

Back to the top of ProbGrid


CHANGES LOG

Back to the top of ProbGrid


GOALS

Back to the top of ProbGrid

		

USAGE

		

Back to the top of ProbGrid


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

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

Back to the top of ProbGrid


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

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

Back to the top of ProbGrid


float getProb(const Vector3& point) const;

  float getProb(const Vector3& point) const;

Back to the top of ProbGrid


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 markProbs(const MoleculeT& M);
float getProb(const Vector3& point) const;
protected:

Back to the top of ProbGrid


Ancestors

Inheritance chain for ProbGrid:

Back to the top of ProbGrid


Descendants

Class is not inherited by any others.

Back to the top of ProbGrid


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

Report problems to jkotula@unimax.com