From c3d3b53dfae57c174fdc404589eb91e292f11afb Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Mon, 13 Feb 2023 15:37:58 +0100 Subject: [PATCH] disabled reconstruction source --- .../Kinetic_shape_reconstruction/kinetic_reconstruction.cpp | 4 ++++ Kinetic_shape_reconstruction/include/CGAL/KSR_3/Graphcut.h | 2 ++ Kinetic_shape_reconstruction/include/CGAL/KSR_3/Visibility.h | 2 ++ .../include/CGAL/Kinetic_shape_reconstruction_3.h | 2 ++ 4 files changed, 10 insertions(+) diff --git a/Kinetic_shape_reconstruction/examples/Kinetic_shape_reconstruction/kinetic_reconstruction.cpp b/Kinetic_shape_reconstruction/examples/Kinetic_shape_reconstruction/kinetic_reconstruction.cpp index bdce814a552..bd082b4d289 100644 --- a/Kinetic_shape_reconstruction/examples/Kinetic_shape_reconstruction/kinetic_reconstruction.cpp +++ b/Kinetic_shape_reconstruction/examples/Kinetic_shape_reconstruction/kinetic_reconstruction.cpp @@ -7,6 +7,8 @@ #include #include +#ifdef DISABLED + #include "include/Parameters.h" #include "include/Terminal_parser.h" @@ -272,3 +274,5 @@ int main(const int argc, const char** argv) { " in " << time << " seconds!" << std::endl << std::endl; return EXIT_SUCCESS; } + +#endif diff --git a/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Graphcut.h b/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Graphcut.h index 66a418f17b7..a6ce2bb0599 100644 --- a/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Graphcut.h +++ b/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Graphcut.h @@ -10,6 +10,8 @@ // // Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot +// Disable file for now +#define CGAL_KSR_3_GRAPHCUT_H #ifndef CGAL_KSR_3_GRAPHCUT_H #define CGAL_KSR_3_GRAPHCUT_H diff --git a/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Visibility.h b/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Visibility.h index 20c55d14571..6977ea7c189 100644 --- a/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Visibility.h +++ b/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Visibility.h @@ -10,6 +10,8 @@ // // Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot +// Disable file for now +#define CGAL_KSR_3_VISIBILITY_H #ifndef CGAL_KSR_3_VISIBILITY_H #define CGAL_KSR_3_VISIBILITY_H diff --git a/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_reconstruction_3.h b/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_reconstruction_3.h index 66f96a79c59..f832cc26a67 100644 --- a/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_reconstruction_3.h +++ b/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_reconstruction_3.h @@ -10,6 +10,8 @@ // // Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot +// Disable file for now +#define CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H #ifndef CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H #define CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H