mirror of https://github.com/CGAL/cgal
deprecate Surface_mesher package
This commit is contained in:
parent
5ffa817b62
commit
b352f28627
|
|
@ -226,6 +226,11 @@ Release date: June 2024
|
||||||
- **Breaking change**: Removed the class templates `CGAL::Gray_image_mesh_domain_3`, `CGAL::Implicit_mesh_domain_3`,
|
- **Breaking change**: Removed the class templates `CGAL::Gray_image_mesh_domain_3`, `CGAL::Implicit_mesh_domain_3`,
|
||||||
and `CGAL::Labeled_image_mesh_domain_3`, which were deprecated since CGAL-4.13.
|
and `CGAL::Labeled_image_mesh_domain_3`, which were deprecated since CGAL-4.13.
|
||||||
|
|
||||||
|
### [3D Surface Mesh Generation](https://doc.cgal.org/6.0/Manual/packages.html#PkgSurfaceMesher3)
|
||||||
|
|
||||||
|
- This package is deprecated and the package [3D Mesh Generation](https://doc.cgal.org/6.0/Manual/packages.html#PkgMesh3) should
|
||||||
|
be used instead.
|
||||||
|
|
||||||
### [Surface Mesh Parameterization](https://doc.cgal.org/6.0/Manual/packages.html#PkgSurfaceMeshParameterization)
|
### [Surface Mesh Parameterization](https://doc.cgal.org/6.0/Manual/packages.html#PkgSurfaceMeshParameterization)
|
||||||
|
|
||||||
- **Breaking change**: The method [`CGAL::Surface_mesh_parameterization::LSCM_parameterizer_3`](https://doc.cgal.org/6.0/Surface_mesh_parameterization/classCGAL_1_1Surface__mesh__parameterization_1_1LSCM__parameterizer__3.html)
|
- **Breaking change**: The method [`CGAL::Surface_mesh_parameterization::LSCM_parameterizer_3`](https://doc.cgal.org/6.0/Surface_mesh_parameterization/classCGAL_1_1Surface__mesh__parameterization_1_1LSCM__parameterizer__3.html)
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,9 @@
|
||||||
\cgalPkgShortInfoEnd
|
\cgalPkgShortInfoEnd
|
||||||
\cgalPkgDescriptionEnd
|
\cgalPkgDescriptionEnd
|
||||||
|
|
||||||
|
\deprecated This package is deprecated since the version 6.0 of \cgal. The package \ref PkgMesh3 should be used instead.
|
||||||
|
|
||||||
|
|
||||||
The surface mesh generation package offers a function template
|
The surface mesh generation package offers a function template
|
||||||
which builds a triangular mesh approximating a surface.
|
which builds a triangular mesh approximating a surface.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ namespace CGAL {
|
||||||
\image html segmented_head.png
|
\image html segmented_head.png
|
||||||
\image latex segmented_head.png
|
\image latex segmented_head.png
|
||||||
|
|
||||||
|
\deprecated This package is deprecated since the version 6.0 of \cgal. The package \ref PkgMesh3 should be used instead.
|
||||||
|
|
||||||
\section SurfaceMesher_section_intro Introduction
|
\section SurfaceMesher_section_intro Introduction
|
||||||
|
|
||||||
This package provides a function template
|
This package provides a function template
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,5 @@ Circulator
|
||||||
Stream_support
|
Stream_support
|
||||||
Triangulation_2
|
Triangulation_2
|
||||||
Triangulation_3
|
Triangulation_3
|
||||||
|
Mesh_3
|
||||||
Polyhedron
|
Polyhedron
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 20 KiB |
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/AABB_polyhedral_oracle.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <CGAL/iterator.h>
|
#include <CGAL/iterator.h>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Complex_2_in_triangulation_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
// TODO: add the iterators
|
// TODO: add the iterators
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Complex_2_in_triangulation_cell_base_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Delaunay_triangulation_cell_base_3.h>
|
#include <CGAL/Delaunay_triangulation_cell_base_3.h>
|
||||||
|
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Complex_2_in_triangulation_vertex_base_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_vertex_base_3.h>
|
#include <CGAL/Triangulation_vertex_base_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Gray_level_image_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/Complex_2_in_triangulation_3_file_writer.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#define CGAL_C2T3_USE_FILE_WRITER_OFF
|
#define CGAL_C2T3_USE_FILE_WRITER_OFF
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Modifier_base.h>
|
#include <CGAL/Modifier_base.h>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/Complex_2_in_triangulation_3_to_medit.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/facets_in_complex_2_to_triangle_mesh.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/boost/graph/Euler_operations.h>
|
#include <CGAL/boost/graph/Euler_operations.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/output_surface_facets_to_polyhedron.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Polyhedron_3.h>
|
#include <CGAL/Polyhedron_3.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Implicit_surface_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/make_surface_mesh.h>
|
#include <CGAL/make_surface_mesh.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Multi_surface_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Point_traits.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Weighted_point_3.h>
|
#include <CGAL/Weighted_point_3.h>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Point_with_psc_localisation.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Point_traits.h>
|
#include <CGAL/Point_traits.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Point_with_surface_index.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Point_traits.h>
|
#include <CGAL/Point_traits.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Point_with_surface_index_geom_traits.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Point_with_surface_index.h>
|
#include <CGAL/Point_with_surface_index.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Robust_circumcenter_traits_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/number_utils_classes.h>
|
#include <CGAL/number_utils_classes.h>
|
||||||
#include <CGAL/Cartesian_converter.h>
|
#include <CGAL/Cartesian_converter.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_cell_base_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Complex_2_in_triangulation_cell_base_3.h>
|
#include <CGAL/Complex_2_in_triangulation_cell_base_3.h>
|
||||||
#include <CGAL/Delaunay_triangulation_cell_base_3.h>
|
#include <CGAL/Delaunay_triangulation_cell_base_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_complex_2_in_triangulation_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Complex_2_in_triangulation_3.h>
|
#include <CGAL/Complex_2_in_triangulation_3.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_default_criteria_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Standard_criteria.h>
|
#include <CGAL/Surface_mesher/Standard_criteria.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_default_edges_criteria_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Surface_mesher_edges_level.h>
|
#include <CGAL/Surface_mesher/Surface_mesher_edges_level.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_default_triangulation_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
// traits class
|
// traits class
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_traits_generator_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Sphere_oracle_3.h>
|
#include <CGAL/Surface_mesher/Sphere_oracle_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_triangulation_generator_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_data_structure_3.h>
|
#include <CGAL/Triangulation_data_structure_3.h>
|
||||||
#include <CGAL/Delaunay_triangulation_3.h>
|
#include <CGAL/Delaunay_triangulation_3.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesh_vertex_base_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_vertex_base_3.h>
|
#include <CGAL/Triangulation_vertex_base_3.h>
|
||||||
#include <CGAL/Complex_2_in_triangulation_vertex_base_3.h>
|
#include <CGAL/Complex_2_in_triangulation_vertex_base_3.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Combining_oracle.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Has_edges.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace Surface_mesher {
|
namespace Surface_mesher {
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Implicit_surface_oracle_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Null_oracle_visitor.h>
|
#include <CGAL/Surface_mesher/Null_oracle_visitor.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Intersection_data_structure_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Segment_tree_k.h>
|
#include <CGAL/Segment_tree_k.h>
|
||||||
#include <CGAL/Range_segment_tree_traits.h>
|
#include <CGAL/Range_segment_tree_traits.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Null_oracle_visitor.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Polyhedral_oracle.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Profile_counter.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Profile_counter.h>
|
#include <CGAL/Profile_counter.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Profile_timer.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Profile_timer.h>
|
#include <CGAL/Profile_timer.h>
|
||||||
|
|
||||||
#ifdef CGAL_SURFACE_MESHER_PROFILE
|
#ifdef CGAL_SURFACE_MESHER_PROFILE
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Sphere_oracle_3.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Null_oracle_visitor.h>
|
#include <CGAL/Surface_mesher/Null_oracle_visitor.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Standard_criteria.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Surface_mesher.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Mesher_level.h>
|
#include <CGAL/Mesher_level.h>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Surface_mesher_edges_level.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Mesh_2/Output_stream.h>
|
#include <CGAL/Mesh_2/Output_stream.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Meshes/Triangulation_mesher_level_traits_3.h>
|
#include <CGAL/Meshes/Triangulation_mesher_level_traits_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Surface_mesher_manifold.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Surface_mesher_regular_edges.h>
|
#include <CGAL/Surface_mesher/Surface_mesher_regular_edges.h>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Surface_mesher_regular_edges.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Surface_mesher.h>
|
#include <CGAL/Surface_mesher/Surface_mesher.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Surface_mesher_visitor.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Meshes/Triangulation_mesher_level_traits_3.h>
|
#include <CGAL/Meshes/Triangulation_mesher_level_traits_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Types_generators.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Meshes/Triangulation_mesher_level_traits_3.h>
|
#include <CGAL/Meshes/Triangulation_mesher_level_traits_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Verbose_flag.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace Surface_mesher {
|
namespace Surface_mesher {
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Standard_criteria.h>
|
#include <CGAL/Surface_mesher/Standard_criteria.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Standard_criteria.h>
|
#include <CGAL/Surface_mesher/Standard_criteria.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Surface_mesher_generator.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher/Surface_mesher.h>
|
#include <CGAL/Surface_mesher/Surface_mesher.h>
|
||||||
#include <CGAL/Surface_mesher/Surface_mesher_manifold.h>
|
#include <CGAL/Surface_mesher/Surface_mesher_manifold.h>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/make_piecewise_smooth_surface_mesh.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/make_surface_mesh.h>
|
#include <CGAL/make_surface_mesh.h>
|
||||||
|
|
||||||
#endif //CGAL_MAKE_PIECEWISE_SMOOTH_SURFACE_MESH_H
|
#endif //CGAL_MAKE_PIECEWISE_SMOOTH_SURFACE_MESH_H
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/make_surface_mesh.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Surface_mesher_generator.h>
|
#include <CGAL/Surface_mesher_generator.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesher.h>
|
#include <CGAL/license/Surface_mesher.h>
|
||||||
|
|
||||||
|
#define CGAL_DEPRECATED_HEADER "<CGAL/vtkSurfaceMesherContourFilter.h>"
|
||||||
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
|
"The 3D Mesh Generation package (see https://doc.cgal.org/latest/Mesh_3/) should be used instead."
|
||||||
|
#include <CGAL/Installation/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#ifdef CGAL_USE_VTK
|
#ifdef CGAL_USE_VTK
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue