summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-15 16:56:17 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-15 16:56:17 +0200
commit4dacc3d99bfc4a4d31088fe126090038156ab7a0 (patch)
treefe1d9467c7e4c9d4fc9d9c049d7f21364ce3f182
parent6db3b5db0f8b6dfae2b9b6eadb8bccdfdc613fb5 (diff)
Make Kernel available publicly for tests purpose
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex_3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
index 622b10ee..4e5fc933 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
@@ -154,8 +154,10 @@ class Alpha_complex_3d {
using Kernel = CGAL::Periodic_3_regular_triangulation_traits_3<Predicates>;
};
+ public:
using Kernel = typename Kernel_3<Predicates, Weighted, Periodic>::Kernel;
+ private:
using TdsVb = typename std::conditional<Periodic, CGAL::Periodic_3_triangulation_ds_vertex_base_3<>,
CGAL::Triangulation_ds_vertex_base_3<>>::type;