#include <triangulatedSAS.h>
Inheritance diagram for TriangulatedSAS:

Public Member Functions | |
Constructors and Destructors | |
| TriangulatedSAS () throw () | |
| Default constructor. | |
| TriangulatedSAS (const TriangulatedSAS &surface, bool=true) throw () | |
| Copy constructor. | |
| TriangulatedSAS (SolventAccessibleSurface *sas, const double &density) throw () | |
| Detailed constructor. | |
| virtual | ~TriangulatedSAS () throw () |
| Destructor. | |
Assignment | |
| void | set (const TriangulatedSAS &surface, bool=true) throw () |
| Assign from another TriangulatedSAS. | |
| TriangulatedSAS & | operator= (const TriangulatedSAS &surface) throw () |
| Assign from another TriangulatedSAS. | |
Accessors | |
| void | setDensity (const double &density) throw () |
| Set the density used by triangulation. | |
| double | getDensity () const throw () |
| Get the density used by triangulation. | |
| void | compute () throw () |
| Compute the solvent-accessible surface. | |
Protected Attributes | |
| SolventAccessibleSurface * | sas_ |
| double | density_ |
Friends | |
Class friends | |
| |
| class | SASTriangulator |
|
|
Default constructor. This method creates a new TriangulatedSAS object. |
|
||||||||||||
|
Copy constructor. Create a new TriangulatedSAS object from another.
|
|
||||||||||||
|
Detailed constructor. Create a new empty TriangulatedSAS object and set its SAS.
|
|
|
Destructor. Destructs the TriangulatedSAS object. |
|
|
Get the density used by triangulation.
|
|
|
Assign from another TriangulatedSAS.
|
|
||||||||||||
|
Assign from another TriangulatedSAS.
|
|
|
Set the density used by triangulation.
|