BALL
1.4.79
|
#include <BALL/STRUCTURE/solventExcludedSurface.h>
Public Member Functions | |
Constructors and Destructors | |
SESComputer () | |
SESComputer (SolventExcludedSurface *ses) | |
virtual | ~SESComputer () |
Accessors | |
void | run () throw (Exception::GeneralException) |
Protected Attributes | |
SolventExcludedSurface * | ses_ |
HashGrid3< Index > | vertex_grid_ |
Generic SESComputer Class.
Definition at line 317 of file solventExcludedSurface.h.
BALL::SESComputer::SESComputer | ( | ) |
Default constructor. This method creates a new SESComputer object.
BALL::SESComputer::SESComputer | ( | SolventExcludedSurface * | ses | ) |
Detailed constructor
|
virtual |
Destructor. As there are no dynamic data structures, nothing happens.
void BALL::SESComputer::run | ( | ) | ||
throw | ( | Exception::GeneralException | ||
) |
Computes the solvent excluded surface
|
protected |
Definition at line 444 of file solventExcludedSurface.h.
Definition at line 447 of file solventExcludedSurface.h.