AtomTypeGrid


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class AtomTypeGrid
: public MoleculeGrid
{
public:
AtomTypeGrid(const Surface& surface, const float inDelta, const float maxRadius);
template< class MoleculeT> void markAtomTypes(const MoleculeT& M);
unsigned short getAtomType(const Vector3& point) const ;
protected:
}; // AtomTypeGrid

Back to the top of AtomTypeGrid


KEYWORD

Back to the top of AtomTypeGrid


AUTHORS

Back to the top of AtomTypeGrid


CHANGES LOG

Back to the top of AtomTypeGrid


GOALS

Back to the top of AtomTypeGrid

		

USAGE

		

Back to the top of AtomTypeGrid


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

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

Back to the top of AtomTypeGrid


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

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

Back to the top of AtomTypeGrid


unsigned short getAtomType(const Vector3& point) const ;

  unsigned short getAtomType(const Vector3& point) const                                                                                                                             
;

Function is currently defined inline.


Back to the top of AtomTypeGrid


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 markAtomTypes(const MoleculeT& M);
unsigned short getAtomType(const Vector3& point) const ;
protected:

Back to the top of AtomTypeGrid


Ancestors

Inheritance chain for AtomTypeGrid:

Back to the top of AtomTypeGrid


Descendants

Class is not inherited by any others.

Back to the top of AtomTypeGrid


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

Report problems to jkotula@unimax.com