summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-17 20:58:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-17 20:58:41 +0000
commit9ded4522e4be2b018172c0563b2acf9d5cdc5b44 (patch)
treea691f1fa0817ad20f999d2437d2af9a2f70a11d8 /src/Alpha_complex/include/gudhi/Alpha_complex_options.h
parente618887f6bed9dbfc36bb6a7c6174a83bb2dd68e (diff)
Add benchmark
Safe version for Alpha complex 3d (missing part if not weighted and not periodic) Need to fix Alpha_complex_3d_unit_test git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3893 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 304c9f89826008eab67a72f3742caa8d6d80f36b
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex_options.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex_options.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_options.h b/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
index 32980fa7..cd9fe799 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
@@ -24,23 +24,10 @@
#define ALPHA_COMPLEX_OPTIONS_H_
-#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
-#include <CGAL/Delaunay_triangulation_3.h>
-#include <CGAL/Periodic_3_Delaunay_triangulation_traits_3.h>
-#include <CGAL/Periodic_3_Delaunay_triangulation_3.h>
-#include <CGAL/Periodic_3_regular_triangulation_traits_3.h>
-#include <CGAL/Periodic_3_regular_triangulation_3.h>
-#include <CGAL/Regular_triangulation_3.h>
-#include <CGAL/Alpha_shape_3.h>
-#include <CGAL/Alpha_shape_cell_base_3.h>
-#include <CGAL/Alpha_shape_vertex_base_3.h>
-
-
namespace Gudhi {
namespace alpha_complex {
-
/**
* \class complexity
* \brief Alpha complex complexity template parameter possible values.