Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
2cf9156
Do not duplicate C3T3 in write_MEDIT
MaelRL Feb 17, 2026
2e53b28
Introduce a map that stores surface facet info
MaelRL Feb 17, 2026
c6c22fe
Add C3T3 member function to access all surface facet info
MaelRL Feb 17, 2026
8a062ad
TEMP: Fix Refine_cells_3 not unmarking facets about to be destroyed
MaelRL Feb 17, 2026
0484803
Optimize Mesh_vertex_base_3's memory footprint:
MaelRL Feb 17, 2026
a88a4d9
Use the generic C3T3 member functions to access facet surface info
MaelRL Feb 17, 2026
a1f9533
Template mesh criteria by the C3T3 and not the triangulation
MaelRL Feb 17, 2026
4e6dd17
WIP: Optimize Compact_mesh_cell_base_3:
MaelRL Feb 17, 2026
a35a048
TMP: disable some code
MaelRL Feb 17, 2026
e0f60f6
TMP: Surface checks for both API
MaelRL Feb 17, 2026
c77a5b8
TMP: dump map size
MaelRL Feb 17, 2026
0f831f7
Fix index type
MaelRL Feb 18, 2026
259bde3
Fix missing typedef
MaelRL Feb 18, 2026
6f4a1b1
Erase no-longer-surface facets from the C3T3 surface info map
MaelRL Feb 18, 2026
8c6dd57
Avoid copies of shared data parameters
MaelRL Feb 18, 2026
b5357bf
Add move constructions to Polyhedral_mesh_domain_with_features
MaelRL Feb 18, 2026
565fde0
Deal with warnings
MaelRL Feb 18, 2026
d3b9bfa
Back to using compact_base_bases, but with good padding
MaelRL Feb 19, 2026
898a78f
Fix macro choice
MaelRL Feb 19, 2026
16c34b9
Parallel Facet->Surface info map + factorize/fix Edge Facet counter
MaelRL Feb 20, 2026
6237d67
Avoid some map look ups
MaelRL Feb 20, 2026
6e9beb2
Avoid some cell -> facet -> cell conversions
MaelRL Feb 20, 2026
6e90c4e
Fix documentation of internal function
MaelRL Feb 23, 2026
df32131
Misc tiny fixes
MaelRL Feb 24, 2026
84868dc
Avoid some copies
MaelRL Feb 24, 2026
aaad872
Template criteria by the C3t3
MaelRL Feb 25, 2026
a941c55
EqualityComparable gives only operator==
MaelRL Feb 25, 2026
dd96342
Misc tiny changes
MaelRL Feb 25, 2026
866cb29
Rename macro
MaelRL Feb 25, 2026
8d3d92c
Remove old get_facets code
MaelRL Feb 25, 2026
361795e
Harmonize the definition of canonical facet
MaelRL Feb 25, 2026
b540350
Make new_incident_slivers() baseline
MaelRL Feb 25, 2026
3469780
Remove obsolete min dihedral computation code
MaelRL Feb 25, 2026
99f0342
Use function objects, not global functions
MaelRL Feb 25, 2026
f4153b0
Make the faster perturbation queue filling algorithm baseline
MaelRL Feb 25, 2026
0fda0f2
Get rid of 'CGAL_MESH_3_NO_PROTECTION_NON_LINEAR'
MaelRL Feb 25, 2026
a5382fd
Misc cleaning
MaelRL Feb 26, 2026
e21e209
Get rid Mesh_regular_triangulation_3_wrapper
MaelRL Feb 26, 2026
cd1a1a9
Dot not assume Tr::FT exists, FT is in GT
MaelRL Feb 26, 2026
b573478
Add commas
MaelRL Feb 26, 2026
a8bdce7
Avoid a copy
MaelRL Feb 27, 2026
82c3b04
Remove unused function object
MaelRL Feb 27, 2026
b4cf282
Make the C3T3 surface info maps baseline
MaelRL Feb 27, 2026
92445a7
Reduce to 'int' some 'std::size_t' vertex base members
MaelRL Feb 27, 2026
668d013
Add move&copy for the facet surface info maps
MaelRL Feb 27, 2026
d03d86c
Remove extra semicolon
MaelRL Feb 27, 2026
90caef2
Fix some std::size_t that should be int's
MaelRL Feb 28, 2026
d8aeca5
Revert (at no mem cost) some mesh vertex base optimizations
MaelRL Feb 28, 2026
fe49620
Simplify code to compute a canonical facet
MaelRL Feb 28, 2026
fefae5b
Fix not removing facets from the complex during perturbation
MaelRL Feb 28, 2026
e732287
Misc enhancements and fixes in Mesh_3/tests
MaelRL Feb 28, 2026
e754ecf
Do not assume the triangulation has a bare point
MaelRL Feb 28, 2026
ab65fe3
Misc cleaning
MaelRL Feb 28, 2026
81d3e6e
Fix leaving uninitialized prop table entries during perturb backup
MaelRL Feb 28, 2026
0024a6f
Merge remote-tracking branch 'cgal/main' into Mesh_3-memory-culling-GF
MaelRL Feb 28, 2026
0268dfe
Merge branch 'pr/janetournois/9274' into pr/MaelRL/9331
lrineau Mar 2, 2026
f077420
P3T3/Tr_helpers: missing #include
lrineau Mar 2, 2026
2c882e5
Mesh_3: missing #include
lrineau Mar 2, 2026
a33383a
fix doc warnings
sloriot Mar 5, 2026
99873b1
minor change to display on std::cerr
lrineau Mar 4, 2026
9e77408
Fix compilation of Mesh_3/benchmark
MaelRL Mar 5, 2026
18f1259
C3T3 I/O: Squat meshing_info() if available + avoid stringstream
MaelRL Mar 5, 2026
6634da0
Avoid copying weighted circumcenters
MaelRL Mar 5, 2026
4c12853
Misc fixes
MaelRL Mar 9, 2026
ba47641
Move sliver value caching out of the compact mesh cell base
MaelRL Mar 12, 2026
af08c3f
Misc cleaning
MaelRL Mar 12, 2026
7af6530
Disable intrusive lists (wip)
MaelRL Mar 12, 2026
7037982
Add missing license header include
MaelRL Mar 12, 2026
245a9e4
Add some code to disable circumcenter caching in compact mesh cell base
MaelRL Mar 16, 2026
2c4f46b
Do not pollute the surface info map with non-surface facets
MaelRL Mar 16, 2026
3f6894c
Halve the memory map footprint by storing only once per facet pair
MaelRL Mar 17, 2026
2bc46e0
Purge obsolete code
MaelRL Mar 17, 2026
82457f5
Prefer C3T3 member functions to cell base member functions
MaelRL Mar 26, 2026
c8c9ed4
Use an unordered flat map
MaelRL Mar 27, 2026
038e392
Remove assertion
MaelRL Mar 27, 2026
1d3f94f
Revert "Halve the memory map footprint by storing only once per facet…
MaelRL Mar 27, 2026
8957c36
If the cell provides surface patch storage, use it
MaelRL Mar 27, 2026
1c7556c
Simplify is_in_complex(Facet)
MaelRL Mar 27, 2026
c13fbea
Use actual c3t3 in soup_to_c3t3 I/O functions
MaelRL Apr 1, 2026
48e6664
Split the new lightweight compact cell base into its own class
MaelRL Apr 1, 2026
ccc7a79
Sliver caching fixes
MaelRL Apr 1, 2026
e621c7c
Use C3T3's functions
MaelRL Apr 1, 2026
ab12973
Add a test using the lightweight compact mesh cell base
MaelRL Apr 1, 2026
e37b6dc
Clean up
MaelRL Apr 1, 2026
4ae91e1
Fix template parameter
MaelRL Apr 8, 2026
a09d3d9
Fix indentation
MaelRL Apr 8, 2026
d085b32
Fix maybe-uninitialized warning (?)
MaelRL Apr 8, 2026
cb08810
Fix compilation
MaelRL Apr 9, 2026
48ef793
Align concept with similar concepts
MaelRL Apr 9, 2026
45c7a06
Fix warning
MaelRL Apr 9, 2026
32671e7
Try to please MSVC2017
MaelRL Apr 9, 2026
1873138
try to please msvc2017 with tags instead of enum template parameter
janetournois Apr 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef CGAL::Mesh_triangulation_3<
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

// (Unweighted) point type
typedef Tr::Bare_point Point;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef CGAL::Mesh_triangulation_3<
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

// (Unweighted) point type
typedef Tr::Bare_point Point;
Expand Down
2 changes: 1 addition & 1 deletion Generator/test/Generator/generic_random_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typedef Mesh_domain::Curve_index Curve_index;
typedef CGAL::Mesh_triangulation_3<Mesh_domain>::type Tr;
typedef CGAL::Mesh_complex_3_in_triangulation_3<
Tr, Corner_index, Curve_index> C3t3;
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;
typedef C3t3::Point Point;

int test_triangles_2(const FT eps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ template <typename Tr,
typename CurveIndex = int>
class Mesh_complex_3_in_triangulation_3;

template<class Tr, bool c3t3_loader_failed>
bool build_triangulation_from_file(std::istream& is,
Tr& tr,
bool replace_domain_0);

template<class Tr, bool c3t3_loader_failed>
bool build_triangulation_from_file(std::istream& is,
Tr& tr);
template <class C3T3, bool c3t3_loader_failed>
bool build_mesh_complex_from_file(std::istream& is,
C3T3& c3t3,
bool replace_domain_0);

template <class C3T3, bool c3t3_loader_failed>
bool build_mesh_complex_from_file(std::istream& is,
C3T3& c3t3);
} // CGAL
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,19 @@ namespace IO {

namespace SMDS_3 {

template<class Tr>
bool build_triangulation_from_file(std::istream& is,
Tr& tr,
bool verbose = false,
bool replace_domain_0 = false,
bool allow_non_manifold = false);
template<class C3T3>
bool build_mesh_complex_from_file(std::istream& is,
C3T3& c3t3,
bool verbose = false,
bool replace_domain_0 = false,
bool allow_non_manifold = false);

template<class Tr>
bool build_triangulation_from_file(std::istream& is,
Tr& tr,
bool verbose = false,
bool replace_domain_0 = false,
bool allow_non_manifold = false);

} // namespace SMDS_3
} // namespace CGAL
Expand Down
16 changes: 8 additions & 8 deletions Lab/demo/Lab/Plugins/IO/VTK_io_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class CGAL_Lab_vtk_plugin :
subdomains.push_back(si);
}
std::map<Facet, int> border_facets;
//Preprocessing for build_triangulation
//Preprocessing for build_mesh_complex
//check for orientation and swap in cells if not good.
for(std::size_t i=0; i<finite_cells.size(); ++i)
{
Expand All @@ -445,8 +445,8 @@ class CGAL_Lab_vtk_plugin :
}
}

CGAL::SMDS_3::build_triangulation_with_subdomains_range(
c3t3_item->c3t3().triangulation(),
CGAL::SMDS_3::build_mesh_complex_with_subdomains_range(
c3t3_item->c3t3(),
points, finite_cells, subdomains, border_facets,
false, false, true);

Expand All @@ -459,9 +459,9 @@ class CGAL_Lab_vtk_plugin :
c3t3_item->c3t3().add_to_complex(cit, cit->info());
for(int i=0; i < 4; ++i)
{
if(cit->surface_patch_index(i)>0)
if(c3t3_item->c3t3().surface_patch_index(cit, i) > 0)
{
c3t3_item->c3t3().add_to_complex(cit, i, cit->surface_patch_index(i));
c3t3_item->c3t3().add_to_complex(cit, i, c3t3_item->c3t3().surface_patch_index(cit, i));
}
}
}
Expand All @@ -480,11 +480,11 @@ class CGAL_Lab_vtk_plugin :
Cell_handle nc = c->neighbor(fit->second);

// By definition, Subdomain_index() is supposed to be the id of the exterior
if(c->subdomain_index() != C3t3::Triangulation::Cell::Subdomain_index() &&
nc->subdomain_index() == C3t3::Triangulation::Cell::Subdomain_index())
if(c3t3_item->c3t3().subdomain_index(c) != C3t3::Subdomain_index() &&
c3t3_item->c3t3().subdomain_index(nc) == C3t3::Subdomain_index())
{
// Color the border facet with the index of its cell
c3t3_item->c3t3().add_to_complex(c, fit->second, c->subdomain_index());
c3t3_item->c3t3().add_to_complex(c, fit->second, c3t3_item->c3t3().subdomain_index(c));
}
}
}
Expand Down
20 changes: 10 additions & 10 deletions Lab/demo/Lab/Plugins/Mesh_3/C3t3_io_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ CGAL_Lab_c3t3_binary_io_plugin::load(
item->setName(fileinfo.completeBaseName());
item->set_valid(false);

if(CGAL::SMDS_3::build_triangulation_from_file(in, item->c3t3().triangulation(),
if(CGAL::SMDS_3::build_mesh_complex_from_file(in, item->c3t3(),
/*verbose = */false, /*replace_subdomain_0 = */false, /*allow_non_manifold = */true))
{
update_c3t3(item->c3t3());
Expand Down Expand Up @@ -167,7 +167,7 @@ CGAL_Lab_c3t3_binary_io_plugin::load(

item->setName(fileinfo.completeBaseName());

if (CGAL::IO::read_AVIZO_TETRA(in, item->c3t3().triangulation()))
if (CGAL::IO::read_AVIZO_TETRA(in, item->c3t3()))
{
update_c3t3(item->c3t3());

Expand Down Expand Up @@ -449,14 +449,14 @@ update_c3t3(C3t3& c3t3)
c3t3.rescan_after_load_of_triangulation(); //fix counters for facets and cells
for (Cell_handle cit : c3t3.triangulation().finite_cell_handles())
{
CGAL_assertion(cit->subdomain_index() >= 0);
if (cit->subdomain_index() != C3t3::Triangulation::Cell::Subdomain_index())
c3t3.add_to_complex(cit, cit->subdomain_index());
CGAL_assertion(c3t3.subdomain_index(cit) >= 0);
if (c3t3.subdomain_index(cit) != C3t3::Subdomain_index())
c3t3.add_to_complex(cit, c3t3.subdomain_index(cit));

for (int i = 0; i < 4; ++i)
{
if (cit->surface_patch_index(i) > 0)
c3t3.add_to_complex(cit, i, cit->surface_patch_index(i));
if (c3t3.surface_patch_index(cit, i) > 0)
c3t3.add_to_complex(cit, i, c3t3.surface_patch_index(cit, i));
}
}

Expand All @@ -469,11 +469,11 @@ update_c3t3(C3t3& c3t3)
Cell_handle nc = c->neighbor(fit.second);

// By definition, Subdomain_index() is supposed to be the id of the exterior
if (c->subdomain_index() != C3t3::Triangulation::Cell::Subdomain_index() &&
nc->subdomain_index() == C3t3::Triangulation::Cell::Subdomain_index())
if (c3t3.subdomain_index(c) != C3t3::Subdomain_index() &&
c3t3.subdomain_index(nc) == C3t3::Subdomain_index())
{
// Color the border facet with the index of its cell
c3t3.add_to_complex(c, fit.second, c->subdomain_index());
c3t3.add_to_complex(c, fit.second, c3t3.subdomain_index(c));
}
}
}
Expand Down
9 changes: 4 additions & 5 deletions Lab/demo/Lab/Plugins/Mesh_3/Mesh_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Mesh_function
typedef C3t3::Vertex_handle Vertex_handle;

typedef C3t3::Triangulation Tr;
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;
typedef Mesh_criteria::Edge_criteria Edge_criteria;
typedef Mesh_criteria::Facet_criteria Facet_criteria;
typedef Mesh_criteria::Cell_criteria Cell_criteria;
Expand Down Expand Up @@ -409,10 +409,8 @@ launch()
0,
&stop_);

#ifdef CGAL_MESH_3_PROFILING
CGAL::Real_timer t;
t.start();
#endif

#if CGAL_MESH_3_MESHER_STATUS_ACTIVATED
mesher_->initialize();
Expand All @@ -430,15 +428,16 @@ launch()

// Ensure c3t3 is ok (useful if process has been stop by the user)
mesher_->fix_c3t3();
std::cerr<<"Done."<<std::endl;
t.stop();
std::cerr<<"Done. (in " << t.time() << " seconds, wall-clock)" << std::endl;
}


template < typename D_, typename Tag >
void
Mesh_function<D_,Tag>::
tweak_criteria(Mesh_criteria& c, Mesh_fnt::Polyhedral_domain_tag) {
typedef CGAL::Mesh_3::Facet_topological_criterion_with_adjacency<Tr,
typedef CGAL::Mesh_3::Facet_topological_criterion_with_adjacency<C3t3,
Domain, typename Facet_criteria::Visitor> New_topo_adj_crit;

if(((int(c.facet_criteria_object().topology()) &
Expand Down
3 changes: 1 addition & 2 deletions Lab/demo/Lab/Plugins/Mesh_3/Offset_meshing_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ SMesh* cgal_off_meshing(QWidget*,

using Mesh_domain_base = CGAL::Labeled_mesh_domain_3<GT, int, int>;
using Mesh_domain = CGAL::Mesh_domain_with_polyline_features_3<Mesh_domain_base>;
using Tr = C3t3::Triangulation;
using Mesh_criteria = CGAL::Mesh_criteria_3<Tr>;
using Mesh_criteria = CGAL::Mesh_criteria_3<C3t3>;

const CGAL::Bbox_3 bbox = source_item->bbox();

Expand Down
1 change: 0 additions & 1 deletion Lab/demo/Lab/Plugins/Mesh_3/config_mesh_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
// MESH_3 GENERAL PARAMETERS
// ==========================================================================

//#define CGAL_MESH_3_USE_OLD_SURFACE_RESTRICTED_DELAUNAY_UPDATE // WARNING: VERY SLOW
//#define CGAL_MESH_3_INITIAL_POINTS_NO_RANDOM_SHOOTING
//#define CGAL_MESHES_DEBUG_REFINEMENT_POINTS
//#define CHECK_AND_DISPLAY_THE_NUMBER_OF_BAD_ELEMENTS_IN_THE_END
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ SMesh* poisson_reconstruct(Point_set& points,
typedef CGAL::Labeled_mesh_domain_3<Kernel> Mesh_domain;
typedef typename CGAL::Mesh_triangulation_3<Mesh_domain, CGAL::Default, Concurrency_tag>::type Tr;
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

// AABB tree
typedef CGAL::AABB_face_graph_triangle_primitive<SMesh> Primitive;
Expand Down
2 changes: 1 addition & 1 deletion Lab/demo/Lab/Scene_tetrahedra_item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void Scene_tetrahedra_item::computeElements()const
const Tr::Bare_point& pb = wp2p(cit->vertex(1)->point());
const Tr::Bare_point& pc = wp2p(cit->vertex(2)->point());
const Tr::Bare_point& pd = wp2p(cit->vertex(3)->point());
const QColor color = d->c3t3_item->getSubdomainIndexColor(cit->subdomain_index());
const QColor color = d->c3t3_item->getSubdomainIndexColor(c3t3.subdomain_index(cit));
//0 - 1 : dihedral angle
double min_dihedral_angle = 360.0;
double max_dihedral_angle = -360.0;
Expand Down
1 change: 0 additions & 1 deletion Mesh_3/benchmark/Mesh_3/benchmark_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
// #define CGAL_MESH_3_POLYHEDRON_WITH_FEATURES
// #define CGAL_MESH_3_IMPLICIT_WITH_FEATURES

// #define CGAL_MESH_3_USE_OLD_SURFACE_RESTRICTED_DELAUNAY_UPDATE // WARNING: VERY SLOW
#define CGAL_MESH_3_INITIAL_POINTS_NO_RANDOM_SHOOTING

// #define CGAL_MESH_3_BENCHMARK_LLOYD
Expand Down
4 changes: 2 additions & 2 deletions Mesh_3/benchmark/Mesh_3/benchmark_mesh_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ enum Exit_code
// the call to Mesh_3 happens here
template <typename C3t3, typename Domain>
Exit_code make_mesh(const Domain& domain,
const CGAL::Mesh_criteria_3<typename C3t3::Triangulation>& criteria,
const CGAL::Mesh_criteria_3<C3t3>& criteria,
const std::string& output_filename)
{
#ifdef _DEBUG
Expand Down Expand Up @@ -244,7 +244,7 @@ Exit_code make_mesh(const Domain& domain,
double cell_sizing, double cell_shape,
const std::string& output_filename)
{
typedef CGAL::Mesh_criteria_3<typename C3t3::Triangulation> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

const CGAL::Bbox_3 bbox = domain.bbox();

Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/doc/Mesh_3/Concepts/MeshCriteriaWithFeatures_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ that describes the requirements, in terms of sizing, for the discretization of t
\cgalRefines{MeshCriteria_3}
\cgalHasModelsBegin
\cgalHasModels{CGAL::Mesh_criteria_3<Tr>}
\cgalHasModels{CGAL::Mesh_criteria_3}
\cgalHasModelsEnd
\sa `MeshEdgeCriteria_3`
Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/doc/Mesh_3/Concepts/MeshCriteria_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ are described by the concept `MeshFacetCriteria_3`.
The concept `MeshCriteria_3` encapsulates these concepts.

\cgalHasModelsBegin
\cgalHasModels{CGAL::Mesh_criteria_3<Tr>}
\cgalHasModels{CGAL::Mesh_criteria_3}
\cgalHasModelsEnd

\sa `MeshEdgeCriteria_3`
Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/doc/Mesh_3/PackageDescription.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ related to the template parameters of some models of the main concepts:
- `CGAL::Mesh_vertex_base_3<GT,MD,Vb>`
- `CGAL::Compact_mesh_cell_base_3<GT,MD,Tds>`
- `CGAL::Mesh_cell_base_3<GT,MD,Cb>`
- `CGAL::Mesh_criteria_3<Tr>`
- `CGAL::Mesh_criteria_3<C3T3>`
- `CGAL::Mesh_cell_criteria_3<Tr>`
- `CGAL::Mesh_facet_criteria_3<Tr>`
- `CGAL::Mesh_edge_criteria_3<Tr>`
Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/examples/Mesh_3/mesh_3D_gray_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain>::type Tr;
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

namespace params = CGAL::parameters;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain>::type Tr;
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

namespace params = CGAL::parameters;

Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/examples/Mesh_3/mesh_3D_gray_vtk_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain>::type Tr;
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

template <bool less_than_iso>
class Is_interior {
Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/examples/Mesh_3/mesh_3D_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain,CGAL::Default,Concurrency_tag>::t
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

namespace params = CGAL::parameters;

Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/examples/Mesh_3/mesh_3D_image_variable_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain,CGAL::Default,Concurrency_tag>::t
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;
typedef CGAL::Mesh_constant_domain_field_3<Mesh_domain::R,
Mesh_domain::Index> Sizing_field;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using Tr = CGAL::Mesh_triangulation_3<Mesh_domain, CGAL::Default, Concurrency_ta
using C3t3 = CGAL::Mesh_complex_3_in_triangulation_3<Tr>;

// Criteria
using Mesh_criteria = CGAL::Mesh_criteria_3<Tr>;
using Mesh_criteria = CGAL::Mesh_criteria_3<C3t3>;

namespace params = CGAL::parameters;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain,CGAL::Default,Concurrency_tag>::t
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

// To avoid verbose function and named parameters call
namespace params = CGAL::parameters;
Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/examples/Mesh_3/mesh_3D_image_with_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain,CGAL::Default,Concurrency_tag>::t
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

namespace params = CGAL::parameters;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain,CGAL::Default,Concurrency_tag>::t
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

namespace params = CGAL::parameters;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef CGAL::Mesh_triangulation_3<Mesh_domain,CGAL::Default,Concurrency_tag>::t
typedef CGAL::Mesh_complex_3_in_triangulation_3<Tr> C3t3;

// Criteria
typedef CGAL::Mesh_criteria_3<Tr> Mesh_criteria;
typedef CGAL::Mesh_criteria_3<C3t3> Mesh_criteria;

namespace params = CGAL::parameters;

Expand Down
Loading
Loading