|
BALL
1.4.79
|
#include <BALL/STRUCTURE/triangulatedSES.h>
Public Member Functions | |
Constructors and Destructors | |
| SESTriangulator () | |
| SESTriangulator (TriangulatedSES *tses) | |
| virtual | ~SESTriangulator () |
Accessors | |
| TriangulatedSES * | tses_ |
| std::vector< TrianglePoint * > | point_ |
| std::vector< std::list < TriangleEdge * > > | edge_ |
| HashMap< Size, std::list < TrianglePoint * > > | template_spheres_ |
| double | sqrt_density_ |
| void | run () throw (Exception::GeneralException,Exception::DivisionByZero) |
| BALL::SESTriangulator::SESTriangulator | ( | ) |
Default constructor. This method creates a new SESTriangulator object.
| BALL::SESTriangulator::SESTriangulator | ( | TriangulatedSES * | tses | ) |
Detailed constructor.
| tses | a pointer to the TriangulatedSES to compute |
|
virtual |
Destructor. Destructs the SESTriangulator object.
| void BALL::SESTriangulator::run | ( | ) | ||
| throw | ( | Exception::GeneralException, | ||
| Exception::DivisionByZero | ||||
| ) | ||||
|
protected |
Definition at line 342 of file triangulatedSES.h.
|
protected |
Definition at line 341 of file triangulatedSES.h.
|
protected |
Definition at line 344 of file triangulatedSES.h.
|
protected |
Definition at line 343 of file triangulatedSES.h.
|
protected |
Definition at line 340 of file triangulatedSES.h.
1.8.7