Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

SESComputer Class Reference
[Molecular Surface Computation]

Generic SESComputer Class. More...

#include <solventExcludedSurface.h>

List of all members.

Public Member Functions

Constructors and Destructors
 SESComputer () throw ()
 Default constructor.
 SESComputer (SolventExcludedSurface *ses) throw ()
 Detailed constructor.
virtual ~SESComputer () throw ()
 Destructor.
Accessors
void run () throw (Exception::GeneralException)
 Computes the solvent excluded surface.

Protected Attributes

SolventExcludedSurfaceses_
HashGrid3< Indexvertex_grid_


Detailed Description

Generic SESComputer Class.


Constructor & Destructor Documentation

SESComputer::SESComputer  )  throw ()
 

Default constructor.

This method creates a new SESComputer object.

virtual SESComputer::~SESComputer  )  throw () [virtual]
 

Destructor.

As there are no dynamic data structures, nothing happens.