Goosefoot Mesher - CGAL
|
#include <Signed_mesh_domain_3.h>
Public Member Functions | |
Construct_initial_points (const Signed_mesh_domain_3 &domain) | |
template<class OutputIterator > | |
OutputIterator | operator() (OutputIterator pts, const int n=12) const |
Constructs a set of {n} points on the surface, and output them to the output iterator {pts} whose value type is required to be {std::pair<Points_3, Index>}.