CGAL 6.0 - Tetrahedral Remeshing
|
#include <CGAL/Uniform_sizing_field.h>
CGAL::Tetrahedral_remeshing_sizing_field< GT >.
GT | the geometric traits class |
The uniform (i.e. constant) sizing field for tetrahedral remeshing
RemeshingSizingField_3
Public Types | |
typedef GT::FT | FT |
typedef GT::Point_3 | Point_3 |
Public Types inherited from CGAL::Tetrahedral_remeshing_sizing_field< GT > | |
typedef GT::FT | FT |
typedef GT::Point_3 | Point_3 |
Public Member Functions | |
Uniform_sizing_field (const FT &size) | |
Constructor. | |
template<typename Index > | |
FT | operator() (const Point_3 &, const int, const Index &) const |
Public Member Functions inherited from CGAL::Tetrahedral_remeshing_sizing_field< GT > | |
template<typename Index > | |
FT | operator() (const Point_3 &p, const int dim, const Index &i) const |
CGAL::Uniform_sizing_field< GT >::Uniform_sizing_field | ( | const FT & | size | ) |
Constructor.
size | the target edge length for remeshing |