SASurface

Class that computes solvent accessible surface for the molecule

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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class SASurface
{
public:
SASurface(ChemMolecule& mol, float probe_radius, float d);
unsigned int buildCapsSurface(Surface& surface);
unsigned int buildBeltsSurface(Surface& surface);
float computeASAForAtoms();
protected:
}; // SASurface

Back to the top of SASurface


KEYWORD

Back to the top of SASurface


AUTHORS

Back to the top of SASurface


CHANGES LOG

Back to the top of SASurface


GOALS

Class that computes solvent accessible surface for the molecule

Back to the top of SASurface

		

USAGE

		

Back to the top of SASurface


SASurface(ChemMolecule& mol, float probe_radius, float d);

  SASurface(ChemMolecule& mol, float probe_radius, float d);

Back to the top of SASurface


unsigned int buildCapsSurface(Surface& surface);

  unsigned int buildCapsSurface(Surface& surface);

Back to the top of SASurface


unsigned int buildBeltsSurface(Surface& surface);

  unsigned int buildBeltsSurface(Surface& surface);

Back to the top of SASurface


float computeASAForAtoms();

computes ASA for each atom in ChemMolecule and returns ASA of the molecule

  float computeASAForAtoms();

Back to the top of SASurface


All Members

public:
unsigned int buildCapsSurface(Surface& surface);
unsigned int buildBeltsSurface(Surface& surface);
float computeASAForAtoms();
protected:

Back to the top of SASurface


Ancestors

Class does not inherit from any other class.

Back to the top of SASurface


Descendants

Class is not inherited by any others.

Back to the top of SASurface


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

Report problems to jkotula@unimax.com