#include <solventExcludedSurface.h>
Public Member Functions |
|
Constructors and Destructors
|
|
SESComputer () | |
Default constructor. |
|
SESComputer (SolventExcludedSurface *ses) | |
Detailed constructor. |
|
virtual | ~SESComputer () |
Destructor. |
|
Accessors
|
|
void | run () throw (Exception::GeneralException) |
Computes the solvent excluded
surface. |
|
Protected Attributes |
|
SolventExcludedSurface * | ses_ |
HashGrid3< Index > | vertex_grid_ |
BALL::SESComputer::SESComputer | ( | ) |
Default constructor.
This method creates a new SESComputer object.
virtual BALL::SESComputer::~SESComputer | ( | ) | [virtual] |
Destructor.
As there are no dynamic data structures, nothing happens.