#include <triangulatedSES.h>
Inheritance diagram for TriangulatedSES:
Public Member Functions | |
Constructors and Destructors | |
TriangulatedSES () throw () | |
Default constructor. | |
TriangulatedSES (const TriangulatedSES &surface, bool=true) throw () | |
Copy constructor. | |
TriangulatedSES (SolventExcludedSurface *ses, const double &density) throw () | |
Detailed constructor. | |
virtual | ~TriangulatedSES () throw () |
Destructor. | |
Assignment | |
void | set (const TriangulatedSES &surface, bool=true) throw () |
Assign from another TriangulatedSES. | |
TriangulatedSES & | operator= (const TriangulatedSES &surface) throw () |
Assign from another TriangulatedSES. | |
void | setDensity (const double &density) throw () |
Set the density used by triangulation. | |
double | getDensity () const throw () |
Get the density used by triangulation. | |
Accessors | |
void | compute () throw (Exception::GeneralException,Exception::DivisionByZero) |
Protected Attributes | |
SolventExcludedSurface * | ses_ |
double | density_ |
Friends | |
Class friends | |
| |
class | SESTriangulator |
|
Default constructor. This method creates a new TriangulatedSES object. |
|
Copy constructor. Create a new TriangulatedSES object from another.
|
|
Detailed constructor. Create a new empty TriangulatedSES object and set its SES.
|
|
Destructor. Destructs the TriangulatedSES object. |
|
Get the density used by triangulation.
|
|
Assign from another TriangulatedSES.
|
|
Assign from another TriangulatedSES.
|
|
Set the density used by triangulation.
|