#include <CGAL/Uniform_sizing_field.h>
Inherits CGAL::Tetrahedral_remeshing_sizing_field< GT >.
template<class GT>
class CGAL::Uniform_sizing_field< GT >
- Template Parameters
-
GT | the geometric traits class |
The uniform (i.e. constant) sizing field for tetrahedral remeshing
- Is model of
RemeshingSizingField_3
|
typedef GT::FT | FT |
|
typedef GT::Point_3 | Point_3 |
|
typedef GT::FT | FT |
|
typedef GT::Point_3 | Point_3 |
|
|
| Uniform_sizing_field (const FT &size) |
| Constructor.
|
|
template<typename Index > |
FT | operator() (const Point_3 &, const int, const Index &) const |
|
template<typename Index > |
FT | operator() (const Point_3 &p, const int dim, const Index &i) const |
|
◆ Uniform_sizing_field()
Constructor.
- Parameters
-
size | the target edge length for remeshing |