BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Protected Attributes | List of all members
BALL::SESComputer Class Reference

#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

SolventExcludedSurfaceses_
 
HashGrid3< Indexvertex_grid_
 

Detailed Description

Generic SESComputer Class.

Definition at line 317 of file solventExcludedSurface.h.

Constructor & Destructor Documentation

BALL::SESComputer::SESComputer ( )

Default constructor. This method creates a new SESComputer object.

BALL::SESComputer::SESComputer ( SolventExcludedSurface ses)

Detailed constructor

virtual BALL::SESComputer::~SESComputer ( )
virtual

Destructor. As there are no dynamic data structures, nothing happens.

Member Function Documentation

void BALL::SESComputer::run ( )
throw (Exception::GeneralException
)

Computes the solvent excluded surface

Member Data Documentation

SolventExcludedSurface* BALL::SESComputer::ses_
protected

Definition at line 444 of file solventExcludedSurface.h.

HashGrid3<Index> BALL::SESComputer::vertex_grid_
protected

Definition at line 447 of file solventExcludedSurface.h.