mirror of https://github.com/CGAL/cgal
parent
a1c5e4903f
commit
b12a016cc6
|
|
@ -109,15 +109,6 @@ namespace CGAL {
|
|||
return surface(f, sphere, error_bound);
|
||||
}
|
||||
|
||||
// template <typename GT, typename Function>
|
||||
// struct Surface_mesh_traits_generator_3<Poisson_implicit_surface_3<GT, Function> >
|
||||
// {
|
||||
// typedef Poisson_implicit_surface_3<GT, Function> Surface_type;
|
||||
// typedef typename Surface_mesher::Poisson_implicit_surface_oracle_3<GT,
|
||||
// Surface_type> Type;
|
||||
// typedef Type type; // Boost meta-programming compatibility
|
||||
// };
|
||||
|
||||
// non documented class
|
||||
template <typename FT, typename Point>
|
||||
class Poisson_implicit_function_wrapper : public CGAL::cpp98::unary_function<Point, FT>
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
// poisson_reconstruction_test mesh1.off point_set2.xyz...
|
||||
|
||||
// CGAL
|
||||
|
||||
/// @TODO: change the usage from Surface_mesher to Mesh_3
|
||||
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue