Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0.4 - 3D Mesh Generation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Deprecated List
Class CGAL::Gray_image_mesh_domain_3< Image, BGT, Image_word_type >
The class template Gray_image_mesh_domain_3 is deprecated since CGAL-4.13, in favor of the class template Labeled_mesh_domain_3 and its static function Labeled_mesh_domain_3::create_gray_image_mesh_domain().
Class CGAL::Implicit_mesh_domain_3< Function, BGT >
The class template Implicit_mesh_domain_3 is deprecated since CGAL-4.13, in favor of the class template Labeled_mesh_domain_3 and its static function Labeled_mesh_domain_3::create_implicit_mesh_domain().
Class CGAL::Labeled_image_mesh_domain_3< Image, BGT >
The class template Labeled_image_mesh_domain_3 is deprecated since CGAL-4.13, in favor of the class template Labeled_mesh_domain_3 and its static function Labeled_mesh_domain_3::create_labeled_image_mesh_domain().
Member CGAL::Labeled_mesh_domain_3< BGT >::Labeled_mesh_domain_3 (Labeling_function f, const Bbox_3 &bbox, const FT &relative_error_bound=FT(1e-3))
This constructor is deprecated since CGAL-4.13, and replaced by the constructor using the Boost Parameter Library.
Member CGAL::Labeled_mesh_domain_3< BGT >::Labeled_mesh_domain_3 (Labeling_function f, const Sphere_3 &bounding_sphere, const FT &relative_error_bound=FT(1e-3))
This constructor is deprecated since CGAL-4.13, and replaced by the constructor using the Boost Parameter Library.
Member CGAL::Labeled_mesh_domain_3< BGT >::Labeled_mesh_domain_3 (Labeling_function f, const Iso_cuboid_3 &bbox, const FT &relative_error_bound=FT(1e-3))
This constructor is deprecated since CGAL-4.13, and replaced by the constructor using the Boost Parameter Library.
Member CGAL::Polyhedral_mesh_domain_with_features_3< IGT >::Polyhedral_mesh_domain_with_features_3 (const std::string &filename)
Constructs a Polyhedral_mesh_domain_with_features_3 from an off file.