#include <triangulator.h>
Public Member Functions | |
Triangulator (SPH &sph, const double d_min) | |
void | reset () |
bool | next () |
bool | at_end () const |
const Geometry & | get_triangle () const |
void | to_xml (std::ostream &o) |
Uses an adoption of the marching tetrahedra algorithm.
|
Constructs triangulated surfaces from a sph space. d_min Approximate length of the sides of the triangles. |
|
Last next() has returned false. |
|
Returns a reference to the current triangle. |
|
Iterator set to next triangle. Returns false if no next triangle exists. |
|
Resets iterator through triangles. |
|
Output of triangulator as XML. |