|
BALL
1.4.79
|
#include <BALL/STRUCTURE/triangulatedSAS.h>
Public Member Functions | |
Constructors and Destructors | |
| SASTriangulator () | |
| SASTriangulator (TriangulatedSAS *tsas) | |
| virtual | ~SASTriangulator () |
Protected Attributes | |
Attributes | |
| TriangulatedSAS * | tsas_ |
| double | sqrt_density_ |
| std::vector< std::list < TVector3< double > > > | edge_ |
| HashMap< Size, TriangulatedSurface > | template_spheres_ |
Accessors | |
| void | run () |
| BALL::SASTriangulator::SASTriangulator | ( | ) |
Default constructor. This method creates a new SASTriangulator object.
| BALL::SASTriangulator::SASTriangulator | ( | TriangulatedSAS * | tsas | ) |
Detailed constructor. Create a new empty SASTriangulator object and set its SAS.
| tsas | a pointer to the corresponding SAS |
|
virtual |
Destructor. Destructs the SASTriangulator object.
| void BALL::SASTriangulator::run | ( | ) |
Definition at line 244 of file triangulatedSAS.h.
|
protected |
Definition at line 242 of file triangulatedSAS.h.
|
protected |
Definition at line 246 of file triangulatedSAS.h.
|
protected |
Definition at line 240 of file triangulatedSAS.h.
1.8.7