VolumeGrid


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class VolumeGrid
: public MoleculeGrid
{
public:
VolumeGrid(const Surface& surface, const float inDelta, const float maxRadius);
void computeVolumes(const float radius, const float maxRadius);
void getVolumeFuncAndNormal(const Vector3& center, float& volFunc, Vector3& volNormal) const;
float getVolumeFunc(const Vector3& center) const;
const Vector3& getVolumeNormal(const Vector3& center) const;
protected:
}; // VolumeGrid

Back to the top of VolumeGrid


KEYWORD

Back to the top of VolumeGrid


AUTHORS

Back to the top of VolumeGrid


CHANGES LOG

Back to the top of VolumeGrid


GOALS

Back to the top of VolumeGrid

		

USAGE

		

Back to the top of VolumeGrid


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

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

Back to the top of VolumeGrid


void computeVolumes(const float radius, const float maxRadius);

  void computeVolumes(const float radius, const float maxRadius);

Back to the top of VolumeGrid


void getVolumeFuncAndNormal(const Vector3& center, float& volFunc, Vector3& volNormal) const;

  void getVolumeFuncAndNormal(const Vector3& center, float& volFunc, Vector3& volNormal) const;

Back to the top of VolumeGrid


float getVolumeFunc(const Vector3& center) const;

  float getVolumeFunc(const Vector3& center) const;

Back to the top of VolumeGrid


const Vector3& getVolumeNormal(const Vector3& center) const;

  const Vector3& getVolumeNormal(const Vector3& center) const;

Back to the top of VolumeGrid


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;
void computeVolumes(const float radius, const float maxRadius);
void getVolumeFuncAndNormal(const Vector3& center, float& volFunc, Vector3& volNormal) const;
float getVolumeFunc(const Vector3& center) const;
const Vector3& getVolumeNormal(const Vector3& center) const;
protected:

Back to the top of VolumeGrid


Ancestors

Inheritance chain for VolumeGrid:

Back to the top of VolumeGrid


Descendants

Class is not inherited by any others.

Back to the top of VolumeGrid


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

Report problems to jkotula@unimax.com