BALL 1.5.0
|
#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 () |
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 | ( | ) |
|
protected |
Definition at line 346 of file triangulatedSES.h.
|
protected |
Definition at line 345 of file triangulatedSES.h.
|
protected |
Definition at line 348 of file triangulatedSES.h.
|
protected |
Definition at line 347 of file triangulatedSES.h.
|
protected |
Definition at line 344 of file triangulatedSES.h.